rename_table
Update a table name in your Airtable base with a new name. Specify the base ID, table ID, and the new name to apply the change.
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 |