Charter Communications · Capability

Charter Communications Bryte IQ API — Devices

Charter Communications Bryte IQ API — Devices. 1 operations. Lead operation: Get Connected Devices. Self-contained Naftiko capability covering one Charter Communications business surface.

Run with Naftiko Charter CommunicationsDevices

What You Can Do

GET
Getconnecteddevices — Get Connected Devices
/v1/network/devices

MCP Tools

get-connected-devices

Get Connected Devices

read-only idempotent

Capability Spec

bryte-iq-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Charter Communications Bryte IQ API — Devices
  description: 'Charter Communications Bryte IQ API — Devices. 1 operations. Lead operation: Get Connected Devices. Self-contained
    Naftiko capability covering one Charter Communications business surface.'
  tags:
  - Charter Communications
  - Devices
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHARTER_COMMUNICATIONS_API_KEY: CHARTER_COMMUNICATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bryte-iq-devices
    baseUri: https://api.charter.com
    description: Charter Communications Bryte IQ API — Devices business capability. Self-contained, no shared references.
    resources:
    - name: network-devices
      path: /network/devices
      operations:
      - name: getconnecteddevices
        method: GET
        description: Get Connected Devices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: bryte-iq-devices-rest
    port: 8080
    description: REST adapter for Charter Communications Bryte IQ API — Devices. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/network/devices
      name: network-devices
      description: REST surface for network-devices.
      operations:
      - method: GET
        name: getconnecteddevices
        description: Get Connected Devices
        call: bryte-iq-devices.getconnecteddevices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bryte-iq-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Charter Communications Bryte IQ API — Devices. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-connected-devices
      description: Get Connected Devices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bryte-iq-devices.getconnecteddevices
      outputParameters:
      - type: object
        mapping: $.