Skip to main content
Glama

VoiceAI-MCP-VAVicky

Official

send_sms

Send SMS messages via a voice assistant by providing an assistant ID, phone number, and message content. Simplify communication through automated, integrated messaging solutions.

Instructions

Send SMS message through assistant

Input Schema

NameRequiredDescriptionDefault
assistant_idYesAssistant ID
contact_idNoContact ID (optional)
messageYesSMS message content
phone_numberYesPhone number to send SMS

Input Schema (JSON Schema)

{ "properties": { "assistant_id": { "description": "Assistant ID", "type": "string" }, "contact_id": { "description": "Contact ID (optional)", "type": "string" }, "message": { "description": "SMS message content", "type": "string" }, "phone_number": { "description": "Phone number to send SMS", "type": "string" } }, "required": [ "assistant_id", "phone_number", "message" ], "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/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

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