set_view_cell_wrap
Control whether long cell values wrap to multiple lines or truncate with ellipsis in a specific Airtable view.
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 |