search_available_numbers
ActiveTool of KaiCalls
declared in 1.0.0
Search the carrier for phone numbers available to purchase (real-time Twilio inventory lookup). Mirrors GET /api/v1/phone-numbers/search.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Max results to return (default 10, max 20)."
},
"country": {
"type": "string",
"description": "Two-letter country code (default US)."
},
"area_code": {
"type": "string",
"description": "Preferred area code (optional)."
}
}
}Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries