Telnyx · Capability

Telnyx API — Terms of Service

Telnyx API — Terms of Service. 1 operations. Lead operation: Agree to Number Reputation Terms of Service. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxTerms of Service

What You Can Do

POST
Agreenumberreputationtermsofservice — Agree to Number Reputation Terms of Service
/v1/terms-of-service/number-reputation/agree

MCP Tools

agree-number-reputation-terms-service

Agree to Number Reputation Terms of Service

Capability Spec

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