airtable_configure_detail_sheet
Set up the record detail side-sheet in Airtable: enable click-to-open, define the title field, and lock or allow editing of specific fields. Uses Chrome CDP to save changes to the interface draft.
Instructions
Configures the expandable record detail side-sheet: enables record click-to-open and toggles field-level lock switches within the detail view via Chrome CDP browser automation.
When to Use
When setting up the opening detail card that pops out when an operational user clicks a row or Kanban card.
When locking audit fields, billing totals, and created dates inside the side-sheet while allowing notes or stage toggles.
When setting the primary header title field of the side-sheet.
When NOT to Use
Do NOT use this tool for high-density table column inline edit permissions. Use 'airtable_set_field_permissions' instead.
Do NOT use this tool to publish interface draft changes. Use 'airtable_publish_interface' instead.
Operational Disclosures
Prerequisites: Chrome running with '--remote-debugging-port=9223'.
Side Effects: Clicks into the side-sheet configuration pane and adjusts record detail layout switches.
Persistence: Saved to 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 page) | |
| cdp_port | No | Chrome DevTools Protocol port (default: 9223) | |
| title_field | No | Field name to use as the hero title on the detail card (e.g. "Merchant Name") | |
| locked_fields | No | Field names to lock from editing within the side-sheet | |
| editable_fields | No | Field names to allow editing within the side-sheet |