Skip to main content
Glama

rename_view_section

Idempotent

Renames a sidebar section in an Airtable base. Provide the base ID, section ID, and new name to update the section label.

Instructions

Rename a sidebar section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesThe Airtable base/application ID
sectionIdYesThe section ID (vsc-prefixed)
nameYesNew section name
debugNoWhen true, include raw Airtable response in output for diagnostics
Behavior3/5

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

Annotations indicate idempotentHint=true and destructiveHint=false, which the description implicitly matches (renaming is idempotent and non-destructive). However, the description does not add any behavioral details beyond these annotations, such as whether renaming affects other references or has side effects. With annotations covering the essential traits, the description adds minimal value but is not contradictory.

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 a single, frontloaded sentence of five words: 'Rename a sidebar section.' It is perfectly concise with no redundant information, efficiently stating the tool's action and object.

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

Completeness3/5

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

For a simple tool with 4 params, full schema coverage, and no output schema, the description is minimally adequate. However, it lacks context about what a 'sidebar section' is, how to obtain a section ID, or any constraints on the new name. Given the tool's low complexity and the presence of annotations, it just barely meets the bar for completeness.

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?

All four parameters (appId, sectionId, name, debug) have clear descriptions in the input schema (100% coverage). The tool description does not add any further semantic information about the parameters, so it relies entirely on the schema. Baseline score of 3 is appropriate.

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

Purpose4/5

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

The description 'Rename a sidebar section' clearly states the action (rename) and the resource (sidebar section). The tool name matches, but it doesn't differentiate from sibling tools like 'rename_view' or 'rename_record_template', though the context is clear enough. Score 4 because it's specific but lacks sibling differentiation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like 'move_view_to_section' or 'create_view_section'. There are no prerequisites mentioned (e.g., needing the section ID). The description is purely declarative without any usage hints.

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