ClickSend MCP Server

by J-Gal02
Verified

make_tts_call

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