rename_record_template
Renames an existing record template in an Airtable base by providing the app ID, template ID, and new name.
Instructions
Rename an existing record template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| templateId | Yes | The template ID (rtpXXX) | |
| name | Yes | New template name | |
| debug | No | When true, include raw Airtable response in output for diagnostics |