sms_send
sms_send
Text somebody, from this instance's number. Charged per 160-character segment, capped per day, and the recipient can stop it with STOP
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on SMS — Text somebody, and read what they text back.
Arguments
| Name | Type | What it is |
|---|---|---|
to* | string | The number to text, in international format, e.g. +447700900123. Use contacts_find to turn a name into one |
text* | string | What to say. Charged per 160-character segment, so brevity is not only good manners |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"text":"text","to":"to"},"name":"sms_send"}}Try it in the playground.


