Skip to main content
Glama

Multi-MCPs

by TaylorChen

send_sms

Send SMS messages through Twilio using Multi-MCPs. Input recipient number, sender ID, and message body to deliver texts directly via the MCP server’s unified API integration.

Instructions

Send an SMS via Twilio

Input Schema

NameRequiredDescriptionDefault
bodyYes
fromYes
toYes

Input Schema (JSON Schema)

{ "properties": { "body": { "type": "string" }, "from": { "type": "string" }, "to": { "type": "string" } }, "required": [ "to", "from", "body" ], "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