Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new field in an Airtable table
airtable__create_field
{ "type": "object", "properties": { "baseId": { "type": "string", "description": "Airtable base ID" }, "tableId": { "type": "string", "description": "Airtable table ID" }, "name": { "type": "string", "description": "Field name" }, "type": { "type": "string", "description": "Airtable field type" }, "description": { "type": "string", "description": "Field description" }, "options": { "type": "object", "description": "Field type-specific options" } }, "required": [ "baseId", "tableId", "name", "type" ], "description": "Input schema for the airtable__create_field tool." }