create_view_section
Create a new sidebar section in an Airtable table to organize views. Returns a section ID that can be used with move_view_to_section to add views.
Instructions
Create a new sidebar section in a table. Returns the new section ID (vsc-prefixed). Use move_view_to_section to populate it with views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID (tbl-prefixed) | |
| name | Yes | Section name (emojis allowed, e.g. "🚀 Posting workflow") | |
| debug | No | When true, include raw Airtable response in output for diagnostics |