Telefonie · Capability
Telefonie Number Management API — Available Numbers
Telefonie Number Management API — Available Numbers. 1 operations. Lead operation: Search Available Numbers. Self-contained Naftiko capability covering one Telefonie business surface.
What You Can Do
GET
Searchavailablenumbers
— Search Available Numbers
/v1/available
MCP Tools
search-available-numbers
Search Available Numbers
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Telefonie Number Management API — Available Numbers
description: 'Telefonie Number Management API — Available Numbers. 1 operations. Lead operation: Search Available Numbers.
Self-contained Naftiko capability covering one Telefonie business surface.'
tags:
- Telefonie
- Available Numbers
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
TELEFONIE_API_KEY: TELEFONIE_API_KEY
capability:
consumes:
- type: http
namespace: numbers-available-numbers
baseUri: https://api.telefonie.com/v1/numbers
description: Telefonie Number Management API — Available Numbers business capability. Self-contained, no shared references.
resources:
- name: available
path: /available
operations:
- name: searchavailablenumbers
method: GET
description: Search Available Numbers
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: country_code
in: query
type: string
description: ISO 3166-1 alpha-2 country code (e.g., US, GB, DE)
required: true
- name: type
in: query
type: string
description: Type of phone number
- name: area_code
in: query
type: string
description: Desired area code for local numbers
- name: contains
in: query
type: string
description: Pattern to match in the number (digits only)
- name: sms_enabled
in: query
type: boolean
description: Filter to numbers with SMS capability
- name: voice_enabled
in: query
type: boolean
description: Filter to numbers with voice capability
- name: limit
in: query
type: integer
description: Maximum number of results to return
authentication:
type: apikey
key: X-API-Key
value: '{{env.TELEFONIE_API_KEY}}'
placement: header
exposes:
- type: rest
namespace: numbers-available-numbers-rest
port: 8080
description: REST adapter for Telefonie Number Management API — Available Numbers. One Spectral-compliant resource per
consumed operation, prefixed with /v1.
resources:
- path: /v1/available
name: available
description: REST surface for available.
operations:
- method: GET
name: searchavailablenumbers
description: Search Available Numbers
call: numbers-available-numbers.searchavailablenumbers
with:
country_code: rest.country_code
type: rest.type
area_code: rest.area_code
contains: rest.contains
sms_enabled: rest.sms_enabled
voice_enabled: rest.voice_enabled
limit: rest.limit
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: numbers-available-numbers-mcp
port: 9090
transport: http
description: MCP adapter for Telefonie Number Management API — Available Numbers. One tool per consumed operation, routed
inline through this capability's consumes block.
tools:
- name: search-available-numbers
description: Search Available Numbers
hints:
readOnly: true
destructive: false
idempotent: true
call: numbers-available-numbers.searchavailablenumbers
with:
country_code: tools.country_code
type: tools.type
area_code: tools.area_code
contains: tools.contains
sms_enabled: tools.sms_enabled
voice_enabled: tools.voice_enabled
limit: tools.limit
outputParameters:
- type: object
mapping: $.