airtable-mcp-server

by domdomegg
Verified

update_field

Modify a field's name or description in an Airtable database using baseId, tableId, and fieldId to ensure accurate and updated metadata.

Instructions

Update a field's name or description

Input Schema

NameRequiredDescriptionDefault
baseIdYes
descriptionNo
fieldIdYes
nameNo
tableIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseId": { "type": "string" }, "description": { "type": "string" }, "fieldId": { "type": "string" }, "name": { "type": "string" }, "tableId": { "type": "string" } }, "required": [ "baseId", "tableId", "fieldId" ], "type": "object" }

Other Tools from airtable-mcp-server

Related Tools

ID: 7abwib27hk