AT&T · Capability

AT&T 5G Network APIs — Number Verification

AT&T 5G Network APIs — Number Verification. 1 operations. Lead operation: Verify AT&T Phone Number. Self-contained Naftiko capability covering one Atandt business surface.

Run with Naftiko AtandtNumber Verification

What You Can Do

POST
Verifyphonenumber — Verify AT&T Phone Number
/v1/number-verification/v1/verify

MCP Tools

verify-at-t-phone-number

Verify AT&T Phone Number

Capability Spec

network-apis-number-verification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T 5G Network APIs — Number Verification
  description: 'AT&T 5G Network APIs — Number Verification. 1 operations. Lead operation: Verify AT&T Phone Number. Self-contained
    Naftiko capability covering one Atandt business surface.'
  tags:
  - Atandt
  - Number Verification
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATANDT_API_KEY: ATANDT_API_KEY
capability:
  consumes:
  - type: http
    namespace: network-apis-number-verification
    baseUri: https://api.att.com/camara
    description: AT&T 5G Network APIs — Number Verification business capability. Self-contained, no shared references.
    resources:
    - name: number-verification-v1-verify
      path: /number-verification/v1/verify
      operations:
      - name: verifyphonenumber
        method: POST
        description: Verify AT&T Phone Number
        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.ATANDT_API_KEY}}'
  exposes:
  - type: rest
    namespace: network-apis-number-verification-rest
    port: 8080
    description: REST adapter for AT&T 5G Network APIs — Number Verification. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/number-verification/v1/verify
      name: number-verification-v1-verify
      description: REST surface for number-verification-v1-verify.
      operations:
      - method: POST
        name: verifyphonenumber
        description: Verify AT&T Phone Number
        call: network-apis-number-verification.verifyphonenumber
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: network-apis-number-verification-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T 5G Network APIs — Number Verification. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: verify-at-t-phone-number
      description: Verify AT&T Phone Number
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: network-apis-number-verification.verifyphonenumber
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.