set_view_columns
Reset a view's column layout by hiding all columns and showing only specified field IDs in left-to-right order, with optional freeze of leftmost columns.
Instructions
One-shot view-column reset: hides every column then shows only visibleColumnIds in the given left-to-right order, with optional freeze. Use this for fresh view setup or full layout rewrites. Use show_or_hide_view_columns when you only want to toggle specific columns without touching the rest.
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 |