Telnyx · Capability

Telnyx API — Inventory Level

Telnyx API — Inventory Level. 1 operations. Lead operation: Create an inventory coverage request. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxInventory Level

What You Can Do

GET
Createinventorycoverage — Create an inventory coverage request
/v1/inventory-coverage

MCP Tools

create-inventory-coverage-request

Create an inventory coverage request

read-only idempotent

Capability Spec

telnyx-inventory-level.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Inventory Level
  description: 'Telnyx API — Inventory Level. 1 operations. Lead operation: Create an inventory coverage request. Self-contained
    Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Inventory Level
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-inventory-level
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Inventory Level business capability. Self-contained, no shared references.
    resources:
    - name: inventory_coverage
      path: /inventory_coverage
      operations:
      - name: createinventorycoverage
        method: GET
        description: Create an inventory coverage request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: object
          description: 'Consolidated filter parameter (deepObject style). Originally: filter[npa], filter[nxx], filter[administrative_area],
            filter[phone_number_type], filter[country_c'
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-inventory-level-rest
    port: 8080
    description: REST adapter for Telnyx API — Inventory Level. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/inventory-coverage
      name: inventory-coverage
      description: REST surface for inventory_coverage.
      operations:
      - method: GET
        name: createinventorycoverage
        description: Create an inventory coverage request
        call: telnyx-inventory-level.createinventorycoverage
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-inventory-level-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Inventory Level. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: create-inventory-coverage-request
      description: Create an inventory coverage request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-inventory-level.createinventorycoverage
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.