get_base_schema
Retrieve the complete schema of an Airtable base, including all tables, fields, and views. Provide the base ID to get started.
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 |