rename_table
Change the name of a table in an Airtable base by specifying the base ID, table ID, and new table name.
Instructions
Rename a table in an Airtable base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID to rename (e.g. "tblXXX") | |
| newName | Yes | The new name for the table | |
| debug | No | When true, include raw Airtable response in output for diagnostics |