manage_tools
Switch between read-only, safe-write, full, or custom profiles, and enable or disable individual tools or categories to control tool availability.
Instructions
Control which tools are available. Actions: list_profiles, switch_profile, get_tool_status, toggle_tool, toggle_category. Use this to switch between read-only, safe-write, full, or custom profiles, or enable/disable individual tools.
Active profile: "full" — all tools enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action to perform | |
| profile | No | Profile name for switch_profile action (read-only, safe-write, full, custom) | |
| tool | No | Tool name for toggle_tool action | |
| category | No | Category name for toggle_category action (read, table-write, table-destructive, field-write, field-destructive, view-write, view-destructive, extension) | |
| enabled | No | Enable (true) or disable (false) for toggle_tool / toggle_category actions |