Bandwidth · Capability

Bandwidth Emergency Calling API — Emergency Notification Recipients

Bandwidth Emergency Calling API — Emergency Notification Recipients. 2 operations. Lead operation: List emergency notification recipients. Self-contained Naftiko capability covering one Bandwidth business surface.

Run with Naftiko BandwidthEmergency Notification Recipients

What You Can Do

GET
Listnotificationrecipients — List emergency notification recipients
/v1/accounts/{accountid}/e911s/notificationrecipients
POST
Createnotificationrecipient — Create a notification recipient
/v1/accounts/{accountid}/e911s/notificationrecipients

MCP Tools

list-emergency-notification-recipients

List emergency notification recipients

read-only idempotent
create-notification-recipient

Create a notification recipient

Capability Spec

emergency-calling-emergency-notification-recipients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bandwidth Emergency Calling API — Emergency Notification Recipients
  description: 'Bandwidth Emergency Calling API — Emergency Notification Recipients. 2 operations. Lead operation: List emergency
    notification recipients. Self-contained Naftiko capability covering one Bandwidth business surface.'
  tags:
  - Bandwidth
  - Emergency Notification Recipients
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BANDWIDTH_API_KEY: BANDWIDTH_API_KEY
capability:
  consumes:
  - type: http
    namespace: emergency-calling-emergency-notification-recipients
    baseUri: https://dashboard.bandwidth.com/api
    description: Bandwidth Emergency Calling API — Emergency Notification Recipients business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-accountId-e911s-notificationRecipients
      path: /accounts/{accountId}/e911s/notificationRecipients
      operations:
      - name: listnotificationrecipients
        method: GET
        description: List emergency notification recipients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createnotificationrecipient
        method: POST
        description: Create a notification recipient
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: emergency-calling-emergency-notification-recipients-rest
    port: 8080
    description: REST adapter for Bandwidth Emergency Calling API — Emergency Notification Recipients. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/e911s/notificationrecipients
      name: accounts-accountid-e911s-notificationrecipients
      description: REST surface for accounts-accountId-e911s-notificationRecipients.
      operations:
      - method: GET
        name: listnotificationrecipients
        description: List emergency notification recipients
        call: emergency-calling-emergency-notification-recipients.listnotificationrecipients
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnotificationrecipient
        description: Create a notification recipient
        call: emergency-calling-emergency-notification-recipients.createnotificationrecipient
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: emergency-calling-emergency-notification-recipients-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bandwidth Emergency Calling API — Emergency Notification Recipients. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-emergency-notification-recipients
      description: List emergency notification recipients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: emergency-calling-emergency-notification-recipients.listnotificationrecipients
      outputParameters:
      - type: object
        mapping: $.
    - name: create-notification-recipient
      description: Create a notification recipient
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: emergency-calling-emergency-notification-recipients.createnotificationrecipient
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.