Bandwidth · Capability

Bandwidth Phone Numbers API — Number Features

Bandwidth Phone Numbers API — Number Features. 1 operations. Lead operation: Update phone number features. Self-contained Naftiko capability covering one Bandwidth business surface.

Run with Naftiko BandwidthNumber Features

What You Can Do

POST
Updatenumberfeatures — Update phone number features
/v1/accounts/{accountid}/tns/{phonenumber}/tnfeatureorder

MCP Tools

update-phone-number-features

Update phone number features

Capability Spec

phone-numbers-number-features.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bandwidth Phone Numbers API — Number Features
  description: 'Bandwidth Phone Numbers API — Number Features. 1 operations. Lead operation: Update phone number features.
    Self-contained Naftiko capability covering one Bandwidth business surface.'
  tags:
  - Bandwidth
  - Number Features
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BANDWIDTH_API_KEY: BANDWIDTH_API_KEY
capability:
  consumes:
  - type: http
    namespace: phone-numbers-number-features
    baseUri: https://dashboard.bandwidth.com/api
    description: Bandwidth Phone Numbers API — Number Features business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-tns-phoneNumber-tnfeatureorder
      path: /accounts/{accountId}/tns/{phoneNumber}/tnfeatureorder
      operations:
      - name: updatenumberfeatures
        method: POST
        description: Update phone number features
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: phoneNumber
          in: path
          type: string
          description: The phone number to update features for
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.BANDWIDTH_USER}}'
      password: '{{env.BANDWIDTH_PASS}}'
  exposes:
  - type: rest
    namespace: phone-numbers-number-features-rest
    port: 8080
    description: REST adapter for Bandwidth Phone Numbers API — Number Features. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/tns/{phonenumber}/tnfeatureorder
      name: accounts-accountid-tns-phonenumber-tnfeatureorder
      description: REST surface for accounts-accountId-tns-phoneNumber-tnfeatureorder.
      operations:
      - method: POST
        name: updatenumberfeatures
        description: Update phone number features
        call: phone-numbers-number-features.updatenumberfeatures
        with:
          phoneNumber: rest.phoneNumber
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: phone-numbers-number-features-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bandwidth Phone Numbers API — Number Features. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: update-phone-number-features
      description: Update phone number features
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: phone-numbers-number-features.updatenumberfeatures
      with:
        phoneNumber: tools.phoneNumber
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.