create_record_template
Create a record template for an Airtable table, returning a templateId to use for pre-filling field values.
Instructions
Create a new record template for a table. Returns the generated templateId (rtp-prefixed). After creating, use set_record_template_cell to pre-fill field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID (tblXXX) | |
| name | No | Template name. Default: "New template" | |
| debug | No | When true, include raw Airtable response in output for diagnostics |