list_views
Retrieve all views from an Airtable table with their IDs, names, and types to manage table organization and access different data perspectives.
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 |