list_record_templates
Retrieve all record templates for an Airtable table. Enable debug to locate templates when the response shows an empty array.
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 |