Skip to main content
Glama

duplicate_view

Create a copy of an Airtable view with all its settings, including filters, sorting, and field configurations, for testing or organization.

Instructions

Duplicate an existing view with all its configuration (filters, sorts, field visibility, etc).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesThe Airtable base/application ID
tableIdYesThe table ID the view belongs to
sourceViewIdYesThe view ID to duplicate (e.g. "viwXXX")
newNameYesName for the duplicated view
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 already indicate this is a mutation tool (readOnlyHint=false) that is non-destructive and non-idempotent. The description adds value by specifying what gets duplicated (configuration details), but doesn't disclose behavioral traits like permissions needed, rate limits, or what happens if the source view doesn't exist. No contradiction with 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?

Single sentence, front-loaded with core action, zero waste. Every word earns its place by clarifying scope ('all its configuration') and examples ('filters, sorts, field visibility, etc').

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 mutation tool with no output schema and rich annotations, the description is adequate but has gaps. It explains what the tool does but lacks details on return values, error conditions, or dependencies. Given the complexity (duplicating configurations), more behavioral context would help.

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?

Schema description coverage is 100%, so the schema fully documents all 5 parameters. The description adds no parameter-specific information beyond implying 'sourceViewId' is the view to duplicate and 'newName' is for the copy. Baseline 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 verb ('duplicate') and resource ('an existing view') with specific scope ('with all its configuration'), distinguishing it from sibling tools like 'create_view' (new view) or 'rename_view' (modify existing). It precisely defines what gets duplicated: filters, sorts, field visibility, etc.

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

Usage Guidelines3/5

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

The description implies usage when needing a copy of an existing view with its configuration, but provides no explicit guidance on when to use this vs. alternatives like 'create_view' for a blank view or 'rename_view' for modifying an existing one. It mentions no prerequisites or exclusions.

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