Skip to main content
Update table metadata such as name or description using the table ID

Tool details

FieldValue
Nameairtable__update_table
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.