update_record_template_description
Update the description of an Airtable record template. Pass a template ID and new description text; use an empty string to clear the description.
Instructions
Set or update the description text of a record template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| templateId | Yes | The template ID (rtpXXX) | |
| description | Yes | Description text (pass empty string to clear) | |
| debug | No | When true, include raw Airtable response in output for diagnostics |