rename_field
Change column names in Airtable tables after verifying the field exists. This tool updates field labels while maintaining data integrity.
Instructions
Rename a field (column) in an Airtable table. Pre-validates the field exists before mutating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| fieldId | Yes | The field/column ID to rename | |
| newName | Yes | The new name for the field | |
| debug | No | When true, include raw Airtable response in output for diagnostics |