neuron_assign_bot_to_channel
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Assign a bot to handle incoming messages on a specific WhatsApp channel. Replaces any previously assigned bot.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"botId"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the channel"
},
"botId": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to assign"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries