neuron_pause_bot
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Pause a bot to temporarily stop it from processing new messages. The bot retains its configuration and can be resumed later.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to pause"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries