buy_twilio_number
Purchase a new Twilio phone number for integration with VoiceAI-MCP-VAVicky to enable custom VoiceAI and AI chat solutions.
Instructions
Purchase a new Twilio phone number
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phone_number | Yes | Phone number to purchase |
Input Schema (JSON Schema)
{
"properties": {
"phone_number": {
"description": "Phone number to purchase",
"type": "string"
}
},
"required": [
"phone_number"
],
"type": "object"
}