You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_toggle_builtin_tool

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_toggle_builtin_tool — io.github.conquext/neuron — PRSM MCP