AT&T Developer Hub · Capability

AT&T Device Status API — Device Roaming

AT&T Device Status API — Device Roaming. 1 operations. Lead operation: AT&T Get Device Roaming Status. Self-contained Naftiko capability covering one At T Developer Hub business surface.

Run with Naftiko At T Developer HubDevice Roaming

What You Can Do

POST
Getdeviceroamingstatus — AT&T Get Device Roaming Status
/v1/roaming

MCP Tools

at-t-get-device-roaming-status

AT&T Get Device Roaming Status

read-only

Capability Spec

device-status-device-roaming.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T Device Status API — Device Roaming
  description: 'AT&T Device Status API — Device Roaming. 1 operations. Lead operation: AT&T Get Device Roaming Status. Self-contained
    Naftiko capability covering one At T Developer Hub business surface.'
  tags:
  - At T Developer Hub
  - Device Roaming
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AT_T_DEVELOPER_HUB_API_KEY: AT_T_DEVELOPER_HUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: device-status-device-roaming
    baseUri: https://api.att.com/camara/device-status/v1
    description: AT&T Device Status API — Device Roaming business capability. Self-contained, no shared references.
    resources:
    - name: roaming
      path: /roaming
      operations:
      - name: getdeviceroamingstatus
        method: POST
        description: AT&T Get Device Roaming Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.AT_T_DEVELOPER_HUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: device-status-device-roaming-rest
    port: 8080
    description: REST adapter for AT&T Device Status API — Device Roaming. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/roaming
      name: roaming
      description: REST surface for roaming.
      operations:
      - method: POST
        name: getdeviceroamingstatus
        description: AT&T Get Device Roaming Status
        call: device-status-device-roaming.getdeviceroamingstatus
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: device-status-device-roaming-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T Device Status API — Device Roaming. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: at-t-get-device-roaming-status
      description: AT&T Get Device Roaming Status
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: device-status-device-roaming.getdeviceroamingstatus
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.