set_view_color_config
Apply a color configuration to Kanban, Gallery, or Calendar views using a single-select field's choice colors.
Instructions
Apply a color config to a view (Kanban / Gallery / Calendar). Currently supports type: "selectColumn" — card colors are taken from a single-select field's choice colors. Other types (e.g. rule-based coloring) exist in Airtable's UI but their payload shapes have not been fully captured yet — passing an unknown type is forwarded as-is so callers can experiment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID | |
| colorConfig | Yes | Color config object. Verified shape: { type: "selectColumn", selectColumnId: "fld...", colorDefinitions: null }. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |