Telnyx · Capability

Telnyx API — FQDN Connections

Telnyx API — FQDN Connections. 5 operations. Lead operation: List FQDN connections. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxFQDN Connections

What You Can Do

GET
Listfqdnconnections — List FQDN connections
/v1/fqdn-connections
POST
Createfqdnconnection — Create an FQDN connection
/v1/fqdn-connections
DELETE
Deletefqdnconnection — Delete an FQDN connection
/v1/fqdn-connections/{id}
GET
Retrievefqdnconnection — Retrieve an FQDN connection
/v1/fqdn-connections/{id}
PATCH
Updatefqdnconnection — Update an FQDN connection
/v1/fqdn-connections/{id}

MCP Tools

list-fqdn-connections

List FQDN connections

read-only idempotent
create-fqdn-connection

Create an FQDN connection

delete-fqdn-connection

Delete an FQDN connection

idempotent
retrieve-fqdn-connection

Retrieve an FQDN connection

read-only idempotent
update-fqdn-connection

Update an FQDN connection

idempotent

Capability Spec

telnyx-fqdn-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — FQDN Connections
  description: 'Telnyx API — FQDN Connections. 5 operations. Lead operation: List FQDN connections. Self-contained Naftiko
    capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - FQDN Connections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-fqdn-connections
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — FQDN Connections business capability. Self-contained, no shared references.
    resources:
    - name: fqdn_connections
      path: /fqdn_connections
      operations:
      - name: listfqdnconnections
        method: GET
        description: List FQDN connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createfqdnconnection
        method: POST
        description: Create an FQDN connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: fqdn_connections-id
      path: /fqdn_connections/{id}
      operations:
      - name: deletefqdnconnection
        method: DELETE
        description: Delete an FQDN connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: retrievefqdnconnection
        method: GET
        description: Retrieve an FQDN connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatefqdnconnection
        method: PATCH
        description: Update an FQDN connection
        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.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-fqdn-connections-rest
    port: 8080
    description: REST adapter for Telnyx API — FQDN Connections. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/fqdn-connections
      name: fqdn-connections
      description: REST surface for fqdn_connections.
      operations:
      - method: GET
        name: listfqdnconnections
        description: List FQDN connections
        call: telnyx-fqdn-connections.listfqdnconnections
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createfqdnconnection
        description: Create an FQDN connection
        call: telnyx-fqdn-connections.createfqdnconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fqdn-connections/{id}
      name: fqdn-connections-id
      description: REST surface for fqdn_connections-id.
      operations:
      - method: DELETE
        name: deletefqdnconnection
        description: Delete an FQDN connection
        call: telnyx-fqdn-connections.deletefqdnconnection
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: retrievefqdnconnection
        description: Retrieve an FQDN connection
        call: telnyx-fqdn-connections.retrievefqdnconnection
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatefqdnconnection
        description: Update an FQDN connection
        call: telnyx-fqdn-connections.updatefqdnconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-fqdn-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — FQDN Connections. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-fqdn-connections
      description: List FQDN connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-fqdn-connections.listfqdnconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: create-fqdn-connection
      description: Create an FQDN connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: telnyx-fqdn-connections.createfqdnconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-fqdn-connection
      description: Delete an FQDN connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: telnyx-fqdn-connections.deletefqdnconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-fqdn-connection
      description: Retrieve an FQDN connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-fqdn-connections.retrievefqdnconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: update-fqdn-connection
      description: Update an FQDN connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: telnyx-fqdn-connections.updatefqdnconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.