neuron_forward_message
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Forward a WhatsApp message from one chat to another. Uses copy-send approach — the message content is re-sent to the destination.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"messageId",
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Destination chat JID"
},
"from": {
"type": "string",
"description": "Source chat JID"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
},
"messageId": {
"type": "string",
"description": "WhatsApp message ID to forward"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries