set_view_cell_wrap
Toggle wrapping of long cell values in an Airtable view between multi-line wrap and single-line truncation with ellipsis.
Instructions
Toggle whether long cell values wrap (multi-line) or truncate (single-line with ellipsis).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID | |
| shouldWrapCellValues | Yes | true to wrap, false to truncate | |
| debug | No | When true, include raw Airtable response in output for diagnostics |