update_record_template_description
Updates the description of a record template in an Airtable base, or clears it by passing an empty string.
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 |