rename_field
Rename a field column in your Airtable table with automatic validation of the field's existence before making the change.
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 |