create_record_template
Creates a new record template for an Airtable table and returns a template ID. Use set_record_template_cell to pre-fill 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 |