get_table_schema
Retrieve the complete schema for an Airtable table, including all fields and views, to understand table structure and metadata.
Instructions
Get the full schema for a single table including all fields and views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableIdOrName | Yes | The table ID (e.g. "tblXXX") or exact table name | |
| debug | No | When true, include raw Airtable response in output for diagnostics |