airtable_configure_kanban
Sets the stack-by single-select field and enables front-of-card badges on an existing Airtable Kanban board, making pipeline stages and key card fields visible without opening records.
Instructions
Configures an existing Kanban board page in Interface Designer by setting the stage-stacking singleSelect column and enabling front-of-card badges via Chrome CDP browser automation.
When to Use
When customizing an operational Kanban pipeline (e.g. Lead Pipeline, Candidate Tracker, Merchant Onboarding).
When grouping vertical Kanban stacks by a specific single-select field (e.g. 'Status', 'Stage', 'Priority').
When unhiding front-of-card display pills (e.g. Client Name, Gross Volume, Plan Type) so card summaries are visible without opening the record.
When NOT to Use
Do NOT use this tool to create a new Kanban interface page from scratch. Use 'airtable_create_interface_page' with layout_type='kanban' first.
Do NOT use this tool to configure record detail side-sheets or locked columns. Use 'airtable_configure_detail_sheet' or 'airtable_set_field_permissions' instead.
Operational Disclosures
Prerequisites: Chrome must be open with '--remote-debugging-port=9223' on the target base. A Kanban interface page must already exist.
Side Effects: Clicks into the right-hand properties sidebar, selects the stack-by dropdown, and toggles card badge visibility.
Persistence: Saved to the interface draft; published live using 'airtable_publish_interface'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | Airtable Base ID (starts with app, e.g. appoorUuG6wgx8dJ1) | |
| page_id | No | Interface Page ID (optional if already on the target Kanban page) | |
| cdp_port | No | Chrome DevTools Protocol port (default: 9223) | |
| card_fields | No | Field names to display as visible front-of-card badges (e.g. ["Store Name", "Plan", "Owner"]) | |
| stack_by_field | Yes | Single-select field name used to group columns into vertical stacks (e.g. "Stage", "Status") |