Telnyx · Capability

Telnyx API — UAC Connections

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

Run with Naftiko TelnyxUAC Connections

What You Can Do

GET
Listuacconnections — List UAC connections
/v1/uac-connections
POST
Createuacconnection — Create a UAC connection
/v1/uac-connections
DELETE
Deleteuacconnection — Delete a UAC connection
/v1/uac-connections/{id}
GET
Retrieveuacconnection — Retrieve a UAC connection
/v1/uac-connections/{id}
PATCH
Updateuacconnection — Update a UAC connection
/v1/uac-connections/{id}
POST
Checkuacconnectionregistrationstatus — Check a UAC Connection Registration Status
/v1/uac-connections/{id}/actions/check-registration-status

MCP Tools

list-uac-connections

List UAC connections

read-only idempotent
create-uac-connection

Create a UAC connection

delete-uac-connection

Delete a UAC connection

idempotent
retrieve-uac-connection

Retrieve a UAC connection

read-only idempotent
update-uac-connection

Update a UAC connection

idempotent
check-uac-connection-registration-status

Check a UAC Connection Registration Status

read-only

Capability Spec

telnyx-uac-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — UAC Connections
  description: 'Telnyx API — UAC Connections. 6 operations. Lead operation: List UAC connections. Self-contained Naftiko capability
    covering one Telnyx business surface.'
  tags:
  - Telnyx
  - UAC 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-uac-connections
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — UAC Connections business capability. Self-contained, no shared references.
    resources:
    - name: uac_connections
      path: /uac_connections
      operations:
      - name: listuacconnections
        method: GET
        description: List UAC connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createuacconnection
        method: POST
        description: Create a UAC connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: uac_connections-id
      path: /uac_connections/{id}
      operations:
      - name: deleteuacconnection
        method: DELETE
        description: Delete a UAC connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifies the resource.
          required: true
      - name: retrieveuacconnection
        method: GET
        description: Retrieve a UAC connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifies the resource.
          required: true
      - name: updateuacconnection
        method: PATCH
        description: Update a UAC connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifies the resource.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: uac_connections-id-actions-check_registration_status
      path: /uac_connections/{id}/actions/check_registration_status
      operations:
      - name: checkuacconnectionregistrationstatus
        method: POST
        description: Check a UAC Connection Registration Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifies the resource.
          required: true
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-uac-connections-rest
    port: 8080
    description: REST adapter for Telnyx API — UAC Connections. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/uac-connections
      name: uac-connections
      description: REST surface for uac_connections.
      operations:
      - method: GET
        name: listuacconnections
        description: List UAC connections
        call: telnyx-uac-connections.listuacconnections
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createuacconnection
        description: Create a UAC connection
        call: telnyx-uac-connections.createuacconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/uac-connections/{id}
      name: uac-connections-id
      description: REST surface for uac_connections-id.
      operations:
      - method: DELETE
        name: deleteuacconnection
        description: Delete a UAC connection
        call: telnyx-uac-connections.deleteuacconnection
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: retrieveuacconnection
        description: Retrieve a UAC connection
        call: telnyx-uac-connections.retrieveuacconnection
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateuacconnection
        description: Update a UAC connection
        call: telnyx-uac-connections.updateuacconnection
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/uac-connections/{id}/actions/check-registration-status
      name: uac-connections-id-actions-check-registration-status
      description: REST surface for uac_connections-id-actions-check_registration_status.
      operations:
      - method: POST
        name: checkuacconnectionregistrationstatus
        description: Check a UAC Connection Registration Status
        call: telnyx-uac-connections.checkuacconnectionregistrationstatus
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-uac-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — UAC Connections. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-uac-connections
      description: List UAC connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-uac-connections.listuacconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: create-uac-connection
      description: Create a UAC connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: telnyx-uac-connections.createuacconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-uac-connection
      description: Delete a UAC connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: telnyx-uac-connections.deleteuacconnection
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-uac-connection
      description: Retrieve a UAC connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-uac-connections.retrieveuacconnection
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-uac-connection
      description: Update a UAC connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: telnyx-uac-connections.updateuacconnection
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: check-uac-connection-registration-status
      description: Check a UAC Connection Registration Status
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: telnyx-uac-connections.checkuacconnectionregistrationstatus
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.