list_views
List all views in an Airtable table with their IDs, names, and types to explore the table structure.
Instructions
List all views in a specific table with their IDs, names, and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableIdOrName | Yes | The table ID or name | |
| debug | No | When true, include raw Airtable response in output for diagnostics |