get_base_schema
Retrieve the complete schema of an Airtable base, including all tables, fields, and views, to understand data structure and relationships.
Instructions
Get the full schema of an Airtable base including all tables, fields, and views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID (e.g. "appXXX") | |
| debug | No | When true, include raw Airtable response in output for diagnostics |