update_field_description
Modify field descriptions in Airtable bases to improve documentation and clarify data usage for team members.
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 |