ClickSend MCP Server

by J-Gal02
Verified

send_sms

Send SMS messages via ClickSend

Input Schema

NameRequiredDescriptionDefault
messageYesMessage content to send
toYesPhone number in E.164 format (e.g. +61423456789)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "message": { "description": "Message content to send", "type": "string" }, "to": { "description": "Phone number in E.164 format (e.g. +61423456789)", "type": "string" } }, "required": [ "to", "message" ], "type": "object" }

You must be authenticated.

Other Tools