update_field_description
Update the description text of a field in an Airtable base. Provide the app ID, field ID, and new description.
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 |