send_sms
ActiveTool of Famulor
declared in 0.2.0
Send an SMS from one of your Famulor phone numbers (must be SMS-capable). Costs are deducted from your balance.
Parameters schema
{
"type": "object",
"required": [
"from",
"to",
"body"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient in E.164 format"
},
"body": {
"type": "string",
"description": "Message body (max 300 chars)"
},
"from": {
"type": "integer",
"description": "Phone number ID"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries