send_whatsapp_freeform
ActiveTool of Famulor
declared in 0.2.0
Send a freeform WhatsApp message. Requires an open 24h session (use get_whatsapp_session_status to check).
Parameters schema
{
"type": "object",
"required": [
"sender_id",
"recipient_phone",
"message"
],
"properties": {
"message": {
"type": "string",
"description": "Max 4096 chars"
},
"sender_id": {
"type": "integer"
},
"recipient_phone": {
"type": "string"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries