neuron_compose_message
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Compose and send a new message to a phone number via a specific channel. Automatically creates a new conversation if one does not exist.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"to",
"text"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient phone number (E.164 format, e.g., '2348012345678')"
},
"text": {
"type": "string",
"description": "Message text content"
},
"mediaUrl": {
"type": "string",
"description": "URL of media to attach (required for non-text message types)"
},
"channelId": {
"type": "string",
"description": "Unique identifier (UUID) of the WhatsApp channel to send through"
},
"contactName": {
"type": "string",
"description": "Display name for the recipient contact"
},
"messageType": {
"type": "string",
"description": "Type of message: 'text' (default), 'image', or 'document'"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries