Skip to main content
Glama

Airtable MCP Server

update_table

Modify an Airtable table's schema by updating its name or description programmatically using base and table IDs through the Airtable MCP Server.

Instructions

Update a table's schema

Input Schema

NameRequiredDescriptionDefault
base_idYesID of the base
descriptionNoNew description for the table
nameNoNew name for the table
table_idYesID of the table to update

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "ID of the base", "type": "string" }, "description": { "description": "New description for the table", "type": "string" }, "name": { "description": "New name for the table", "type": "string" }, "table_id": { "description": "ID of the table to update", "type": "string" } }, "required": [ "base_id", "table_id" ], "type": "object" }
Install Server

Other Tools from Airtable MCP Server

Related Tools

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/felores/airtable-mcp'

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