Skip to main content
Glama

manage_tools

Idempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe action to perform
profileNoProfile name for switch_profile action (read-only, safe-write, full, custom)
toolNoTool name for toggle_tool action
categoryNoCategory name for toggle_category action (read, field-write, field-destructive, view-write, view-destructive, extension)
enabledNoEnable (true) or disable (false) for toggle_tool / toggle_category actions
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds valuable behavioral context beyond annotations by explaining the profile switching capability and individual tool/category toggling. While annotations already indicate non-destructive, idempotent operations, the description clarifies the scope of control (profiles, tools, categories) which is not covered by annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly structured with two sentences: the first states purpose and lists actions, the second provides usage guidance. Every word earns its place with zero waste or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with comprehensive annotations and full schema coverage, the description provides excellent context about its management capabilities. The only minor gap is lack of output information (no output schema), but the description compensates well by explaining the control actions and profile types.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the schema already documents all parameters thoroughly. The description mentions actions and profile names but doesn't add significant semantic value beyond what's in the schema. The baseline of 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('Control which tools are available') and lists concrete actions. It distinguishes this tool from all sibling tools, which are specific field/view/extension operations, by focusing on tool management capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Use this to switch between read-only, safe-write, full, or custom profiles, or enable/disable individual tools'), providing clear context and alternatives (different profile types). It gives specific guidance on the tool's intended use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automations-Project/VSCode-Airtable-Formula'

If you have feedback or need assistance with the MCP directory API, please join our Discord server