manage_tools
Control tool availability by switching profiles or enabling/disabling individual tools for Airtable management.
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.
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, field-write, field-destructive, view-write, view-destructive, extension) | |
| enabled | No | Enable (true) or disable (false) for toggle_tool / toggle_category actions |