update_field_description
Update the description of a field in an Airtable base. Provide base ID, field ID, and new text to modify field metadata.
Instructions
Update the description text of a field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| fieldId | Yes | The field/column ID (e.g. "fldXXX") | |
| description | Yes | The new description text | |
| debug | No | When true, include raw Airtable response in output for diagnostics |