show_or_hide_all_columns
Toggle all columns in an Airtable view visible or hidden with a single call, using a boolean flag.
Instructions
Show or hide every column in a view in one call. Use set_view_columns for "hide all then show these specific ones" — this tool is the bulk all-or-nothing primitive.
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 |