Skip to main content
Glama

get_twilio_numbers

Retrieve all Twilio phone numbers associated with your VoiceAI platform for managing voice and AI chat integrations.

Instructions

Get all Twilio phone numbers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • index.js:334-342 (registration)
    Registration of the 'get_twilio_numbers' tool in the ListToolsRequestSchema handler, including its name, description, and input schema.
    { name: 'get_twilio_numbers', description: 'Get all Twilio phone numbers', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Input schema for the 'get_twilio_numbers' tool: no required parameters.
    inputSchema: { type: 'object', properties: {}, required: [] }
  • Handler implementation in executeTool method: constructs the API URL `/twilio/numbers` and performs a GET request via fetch to retrieve Twilio phone numbers.
    case 'get_twilio_numbers': url = `${this.baseUrl}/twilio/numbers`; break;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server