get_base_schema
Retrieves the complete schema of an Airtable base, including all tables, fields with typeOptions, and views in a single request.
Instructions
Get the full schema of an Airtable base — all tables, fields (with typeOptions), and views in one call. Use this when you need fields or views; use list_tables when you only need table names/IDs (faster, lighter). Returns { tables: [...] }.
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 |