ClickSend MCP Server

by J-Gal02
Verified

send_sms

Programmatically send SMS messages using ClickSend's API. Input a valid phone number in E.164 format and message content to dispatch text messages with built-in rate limiting and input validation.

Instructions

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 from ClickSend MCP Server

Related Tools

ID: 6nj3h62i6b