neuron_toggle_builtin_tool
ActiveTool of io.github.conquext/neuron
Toggle a built-in tool on or off for a specific bot. Enabled tools become available in the bot's conversations. Example tool IDs: delete_message, post_to_channel, post_status, web_search, send_direct_message, react_to_message, set_reminder, create_poll.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"botId",
"toolId",
"enabled"
],
"properties": {
"botId": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to toggle the tool for"
},
"toolId": {
"type": "string",
"description": "Identifier of the built-in tool (e.g., 'delete_message', 'post_status', 'web_search')"
},
"enabled": {
"type": "boolean",
"description": "Whether to enable (true) or disable (false) the tool"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries