Telnyx · Capability

Telnyx API — Regions

Telnyx API — Regions. 1 operations. Lead operation: List all Regions. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxRegions

What You Can Do

GET
Listregions — List all Regions
/v1/regions

MCP Tools

list-all-regions

List all Regions

read-only idempotent

Capability Spec

telnyx-regions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Regions
  description: 'Telnyx API — Regions. 1 operations. Lead operation: List all Regions. Self-contained Naftiko capability covering
    one Telnyx business surface.'
  tags:
  - Telnyx
  - Regions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-regions
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Regions business capability. Self-contained, no shared references.
    resources:
    - name: regions
      path: /regions
      operations:
      - name: listregions
        method: GET
        description: List all Regions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-regions-rest
    port: 8080
    description: REST adapter for Telnyx API — Regions. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/regions
      name: regions
      description: REST surface for regions.
      operations:
      - method: GET
        name: listregions
        description: List all Regions
        call: telnyx-regions.listregions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-regions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Regions. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-regions
      description: List all Regions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-regions.listregions
      outputParameters:
      - type: object
        mapping: $.