neuron_mark_as_read
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Mark a WhatsApp message as read, sending read receipts to the sender.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"chatJid",
"messageId"
],
"properties": {
"chatJid": {
"type": "string",
"description": "Chat JID the message belongs to"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
},
"messageId": {
"type": "string",
"description": "WhatsApp message ID to mark as read"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries