set_view_columns
Set up view columns in one call: hide all fields, then display only the specified columns in left-to-right order, with optional frozen column count.
Instructions
One-shot view-column setup. Hides every column in the view, then shows only visibleColumnIds in the order given (left-to-right), then optionally sets the frozen-column divider. Use this to turn a brand-new view from "all 168 fields visible" into a curated layout in a single tool call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID (viw-prefixed) | |
| visibleColumnIds | Yes | Field IDs to show, in left-to-right order. All other fields are hidden. | |
| frozenColumnCount | No | Optional. If set, freezes this many columns from the left. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |