Toggle Built-in Tool
neuron_toggle_builtin_toolToggle 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botId | Yes | Unique identifier (UUID) of the bot to toggle the tool for | |
| toolId | Yes | Identifier of the built-in tool (e.g., 'delete_message', 'post_status', 'web_search') | |
| enabled | Yes | Whether to enable (true) or disable (false) the tool |