Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | airtable__update_table |
| Group | Integrations |
{
"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."
}