send_message
ActiveTool of 0nMCP — Universal AI API Orchestrator
declared in 3.0.1
Send a message (Email, SMS, WhatsApp)
Parameters schema
{
"type": "object",
"required": [
"contactId",
"type",
"message"
],
"properties": {
"type": {
"enum": [
"Email",
"SMS",
"WhatsApp"
],
"type": "string"
},
"message": {
"type": "string"
},
"subject": {
"type": "string"
},
"contactId": {
"type": "string"
}
}
}Parent server
0nMCP — Universal AI API Orchestrator
https://github.com/0nork/0nMCP
2/7 registries