list_record_templates
List all record templates for a specified Airtable table. Returns template data from the base's internal scaffolding; use debug mode to locate templates if not found.
Instructions
List all record templates for a table. Templates are embedded in the base scaffolding data. If the templates array is empty, pass debug:true and inspect the raw response to locate the templates key — the API path may vary by base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID (tblXXX) | |
| debug | No | When true, include raw Airtable response in output for diagnostics |