update_record_template_description
Update or clear the description of an Airtable record template by specifying the base, template ID, and new description text.
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 |