Skip to main content
Glama

Airtable MCP Server

update_field

Modify a field in an Airtable table by updating its name, description, or options using the Airtable MCP Server. Specify the base, table, and field IDs along with the desired changes.

Instructions

Update a field in a table

Input Schema

NameRequiredDescriptionDefault
base_idYesID of the base
field_idYesID of the field to update
table_idYesID of the table
updatesYes

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "ID of the base", "type": "string" }, "field_id": { "description": "ID of the field to update", "type": "string" }, "table_id": { "description": "ID of the table", "type": "string" }, "updates": { "properties": { "description": { "description": "New description for the field", "type": "string" }, "name": { "description": "New name for the field", "type": "string" }, "options": { "description": "New field-specific options", "type": "object" } }, "type": "object" } }, "required": [ "base_id", "table_id", "field_id", "updates" ], "type": "object" }

You must be authenticated.

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