set_view_cover
Set the cover image field and crop/fit mode for Kanban or Gallery views. Pass null to remove the cover.
Instructions
Set the cover-image field and crop/fit mode for Kanban or Gallery views. Pass coverColumnId: null to remove the cover. Either field can be passed independently — the other is left untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID | |
| coverColumnId | No | Attachment field ID to use as cover (or null to remove) | |
| coverFitType | No | How the cover image is displayed | |
| debug | No | When true, include raw Airtable response in output for diagnostics |