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 table in an Airtable base
airtable__create_table
{ "type": "object", "properties": { "baseId": { "type": "string", "description": "Airtable base ID" }, "name": { "type": "string", "description": "Table name" }, "description": { "type": "string", "description": "Table description" }, "fields": { "type": "array", "description": "At least one initial field definition for the table" } }, "required": [ "baseId", "name", "fields" ], "description": "Input schema for the airtable__create_table tool." }