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.
Update table metadata such as name or description using the table ID
airtable__update_table
{ "type": "object", "properties": { "baseId": { "type": "string", "description": "Airtable base ID" }, "tableId": { "type": "string", "description": "Airtable table ID" }, "name": { "type": "string", "description": "New table name" }, "description": { "type": "string", "description": "New table description" } }, "required": [ "baseId", "tableId" ], "description": "Input schema for the airtable__update_table tool." }