Toggle Built-in Tool
neuron_toggle_builtin_toolEnable or disable a specific built-in tool for a bot, controlling features like message deletion or web search.
Instructions
Enable or disable a specific built-in tool for a bot. Example tool IDs: delete_message, post_to_channel, post_status, web_search, send_direct_message, react_to_message, set_reminder, create_poll, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botId | Yes | The ID of the bot | |
| toolId | Yes | The ID of the built-in tool (e.g. 'delete_message', 'post_status') | |
| enabled | Yes | Whether to enable (true) or disable (false) the tool |