list_view_sections
List all sidebar sections for an Airtable table, returning each section's ID, name, and views. Sections are user-defined groupings that organize views in the left sidebar.
Instructions
List all sidebar sections for a table. Sections are user-organized groupings of views in the Airtable left sidebar (e.g. "🚀 Posting workflow", "🗑️ Sold workflow"). Returns each section's id, name, and the views inside it. The table-level tableViewOrder is a mixed list of view IDs and section IDs at the top level — when a view is inside a section, it appears in that section's viewOrder, NOT in the table's.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableIdOrName | Yes | Table ID (preferred) or unambiguous table name | |
| debug | No | When true, include raw Airtable response in output for diagnostics |