Skip to main content
Glama

Multi-MCPs

by TaylorChen

make_call

Make a phone call using Twilio by specifying the recipient, sender, and TwiML URL. Integrate voice communication functionality into applications via the Multi-MCPs server.

Instructions

Make a phone call via Twilio with a TwiML URL

Input Schema

NameRequiredDescriptionDefault
fromYes
toYes
twiml_urlYes

Input Schema (JSON Schema)

{ "properties": { "from": { "type": "string" }, "to": { "type": "string" }, "twiml_url": { "type": "string" } }, "required": [ "to", "from", "twiml_url" ], "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/TaylorChen/muti-mcps'

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