Telnyx · Capability

Telnyx API — Mobile Number Settings

Telnyx API — Mobile Number Settings. 2 operations. Lead operation: List mobile phone numbers with messaging settings. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxMobile Number Settings

What You Can Do

GET
Listmobilephonenumberswithmessagingsettings — List mobile phone numbers with messaging settings
/v1/mobile-phone-numbers/messaging
GET
Getmobilephonenumbermessagingsettings — Retrieve a mobile phone number with messaging settings
/v1/mobile-phone-numbers/{id}/messaging

MCP Tools

list-mobile-phone-numbers-messaging

List mobile phone numbers with messaging settings

read-only idempotent
retrieve-mobile-phone-number-messaging

Retrieve a mobile phone number with messaging settings

read-only idempotent

Capability Spec

telnyx-mobile-number-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Mobile Number Settings
  description: 'Telnyx API — Mobile Number Settings. 2 operations. Lead operation: List mobile phone numbers with messaging
    settings. Self-contained Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Mobile Number Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-mobile-number-settings
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Mobile Number Settings business capability. Self-contained, no shared references.
    resources:
    - name: mobile_phone_numbers-messaging
      path: /mobile_phone_numbers/messaging
      operations:
      - name: listmobilephonenumberswithmessagingsettings
        method: GET
        description: List mobile phone numbers with messaging settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: mobile_phone_numbers-id-messaging
      path: /mobile_phone_numbers/{id}/messaging
      operations:
      - name: getmobilephonenumbermessagingsettings
        method: GET
        description: Retrieve a mobile phone number with messaging settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifies the type of resource.
          required: true
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-mobile-number-settings-rest
    port: 8080
    description: REST adapter for Telnyx API — Mobile Number Settings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/mobile-phone-numbers/messaging
      name: mobile-phone-numbers-messaging
      description: REST surface for mobile_phone_numbers-messaging.
      operations:
      - method: GET
        name: listmobilephonenumberswithmessagingsettings
        description: List mobile phone numbers with messaging settings
        call: telnyx-mobile-number-settings.listmobilephonenumberswithmessagingsettings
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mobile-phone-numbers/{id}/messaging
      name: mobile-phone-numbers-id-messaging
      description: REST surface for mobile_phone_numbers-id-messaging.
      operations:
      - method: GET
        name: getmobilephonenumbermessagingsettings
        description: Retrieve a mobile phone number with messaging settings
        call: telnyx-mobile-number-settings.getmobilephonenumbermessagingsettings
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-mobile-number-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Mobile Number Settings. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-mobile-phone-numbers-messaging
      description: List mobile phone numbers with messaging settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-mobile-number-settings.listmobilephonenumberswithmessagingsettings
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-mobile-phone-number-messaging
      description: Retrieve a mobile phone number with messaging settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-mobile-number-settings.getmobilephonenumbermessagingsettings
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.