Telnyx · Capability

Telnyx API — Debugging

Telnyx API — Debugging. 1 operations. Lead operation: List call events. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxDebugging

What You Can Do

GET
Listcallevents — List call events
/v1/call-events

MCP Tools

list-call-events

List call events

read-only idempotent

Capability Spec

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