Skip to main content
Glama

create_table

Create a new table in an Airtable base with default fields like Name, Notes, and Status. Returns the generated table ID for further management.

Instructions

Create a new table in an Airtable base. Returns the generated table ID. The table starts with default fields (Name, Notes, Attachments, Status, etc.) — use list_fields after creation to inspect them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesThe Airtable base/application ID
nameYesName for the new table
debugNoWhen true, include raw Airtable response in output for diagnostics
Behavior4/5

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

Annotations already indicate this is a non-readonly, non-destructive, non-idempotent operation. The description adds valuable behavioral context beyond annotations: it specifies the return value (generated table ID), describes the initial state (default fields like Name, Notes, etc.), and mentions the debug parameter's effect. No contradiction with annotations exists.

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 front-loaded with the core purpose, followed by return value and behavioral details, then a usage tip. Every sentence adds value: the first states the action, the second specifies the output, the third describes the initial state, and the fourth provides a clear next step. No wasted words.

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 creation tool with no output schema, the description effectively covers the essential context: what it does, what it returns, and what happens after creation. It could be more complete by mentioning potential errors (e.g., duplicate names) or permissions needed, but given the annotations and schema coverage, it's largely sufficient.

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 parameters are fully documented in the schema. The description doesn't add meaning beyond the schema for 'appId' or 'name', but it does explain the behavioral effect of the 'debug' parameter ('include raw Airtable response in output for diagnostics'), which provides some additional context.

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 specific action ('Create a new table') and resource ('in an Airtable base'), distinguishing it from sibling tools like 'list_tables' or 'delete_table'. It provides concrete details about what happens upon creation (returns table ID, starts with default fields).

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

Usage Guidelines4/5

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

The description explicitly mentions using 'list_fields after creation to inspect them', providing clear guidance on next steps. However, it doesn't specify when to use this tool versus alternatives like 'duplicate_table' (not in sibling list) or mention prerequisites like needing base access.

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