show_or_hide_all_columns
Show or hide all columns in an Airtable view with a single API call. Use to establish a baseline where every column is visible or hidden before making selective adjustments.
Instructions
Show or hide every column in a view in one call. Use when you want a clean all-visible or all-hidden baseline. Use set_view_columns when you want to show a specific subset (it hides all then shows only the listed IDs). Use show_or_hide_view_columns for selective per-column toggles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID | |
| visibility | Yes | true to show all, false to hide all | |
| debug | No | When true, include raw Airtable response in output for diagnostics |