neuron_send_reaction
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Send or remove an emoji reaction on a WhatsApp message. Pass an empty emoji string to remove a reaction.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"to",
"messageId",
"emoji"
],
"properties": {
"to": {
"type": "string",
"description": "Chat JID (e.g. '2348012345678@s.whatsapp.net' or group JID)"
},
"emoji": {
"type": "string",
"description": "Emoji character (e.g. '👍', '❤️'), or empty string to remove reaction"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
},
"messageId": {
"type": "string",
"description": "WhatsApp message ID to react to"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries