Skip to main content
Glama

ClickSend MCP Server

make_tts_call

Convert text to speech and place phone calls programmatically using ClickSend's API. Specify recipient number, message, and voice type for automated TTS communication.

Instructions

Make Text-to-Speech calls via ClickSend

Input Schema

NameRequiredDescriptionDefault
messageYesText content to convert to speech
toYesPhone number in E.164 format
voiceNoVoice type for TTSfemale

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "message": { "description": "Text content to convert to speech", "type": "string" }, "to": { "description": "Phone number in E.164 format", "type": "string" }, "voice": { "default": "female", "description": "Voice type for TTS", "enum": [ "female", "male" ], "type": "string" } }, "required": [ "to", "message" ], "type": "object" }

You must be authenticated.

Other Tools from ClickSend MCP Server

Related Tools

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/J-Gal02/clicksend-mcp'

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