Telnyx · Capability

Telnyx API — Coverage

Telnyx API — Coverage. 1 operations. Lead operation: List network coverage locations. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxCoverage

What You Can Do

GET
Listnetworkcoverage — List network coverage locations
/v1/network-coverage

MCP Tools

list-network-coverage-locations

List network coverage locations

read-only idempotent

Capability Spec

telnyx-coverage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Coverage
  description: 'Telnyx API — Coverage. 1 operations. Lead operation: List network coverage locations. Self-contained Naftiko
    capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Coverage
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-coverage
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Coverage business capability. Self-contained, no shared references.
    resources:
    - name: network_coverage
      path: /network_coverage
      operations:
      - name: listnetworkcoverage
        method: GET
        description: List network coverage locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filters
          in: query
          type: object
          description: 'Consolidated filters parameter (deepObject style). Originally: filters[available_services][contains]'
        - name: filter
          in: query
          type: object
          description: 'Consolidated filter parameter (deepObject style). Originally: filter[location.region], filter[location.site],
            filter[location.pop], filter[location.code]'
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-coverage-rest
    port: 8080
    description: REST adapter for Telnyx API — Coverage. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/network-coverage
      name: network-coverage
      description: REST surface for network_coverage.
      operations:
      - method: GET
        name: listnetworkcoverage
        description: List network coverage locations
        call: telnyx-coverage.listnetworkcoverage
        with:
          filters: rest.filters
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-coverage-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Coverage. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-network-coverage-locations
      description: List network coverage locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-coverage.listnetworkcoverage
      with:
        filters: tools.filters
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.