rename_field
Rename a field in an Airtable table after verifying the field exists.
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 |