show_or_hide_view_columns
Control visibility of specific columns in Airtable views to customize data display by showing or hiding individual fields.
Instructions
Show or hide specific fields (columns) in a view. Unlike show_or_hide_all, this targets individual columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID (e.g. "viwXXX") | |
| columnIds | Yes | Array of field IDs to show or hide | |
| visibility | Yes | true to show, false to hide | |
| debug | No | When true, include raw Airtable response in output for diagnostics |