Skip to main content
Glama

ElevenLabs MCP Server

make_outbound_call

Initiate phone calls using an ElevenLabs AI agent to connect with phone numbers. Automatically selects the appropriate telephony provider (Twilio or SIP trunk) based on configuration.

Instructions

Make an outbound call using an ElevenLabs agent. Automatically detects provider type (Twilio or SIP trunk) and uses the appropriate API.

⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: agent_id: The ID of the agent that will handle the call agent_phone_number_id: The ID of the phone number to use for the call to_number: The phone number to call (E.164 format: +1xxxxxxxxxx) Returns: TextContent containing information about the call

Input Schema

NameRequiredDescriptionDefault
agent_idYes
agent_phone_number_idYes
to_numberYes

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "title": "Agent Id", "type": "string" }, "agent_phone_number_id": { "title": "Agent Phone Number Id", "type": "string" }, "to_number": { "title": "To Number", "type": "string" } }, "required": [ "agent_id", "agent_phone_number_id", "to_number" ], "type": "object" }

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/projectservan8n/elevenlabs-mcp'

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