airtable_rebrand_interface
Rebrand an Airtable interface by renaming the top header title and sidebar navigation folder bundle. Organize sidebar pages into logical groups for a client or department.
Instructions
Renames the top-level interface brand title and sidebar navigation folder bundle via double-click CDP automation.
When to Use
When customizing an interface for a specific client brand, department, or internal application name (e.g. changing 'Untitled interface' to 'Vape Runners Merchant Portal').
When organizing sidebar pages into logical folders or bundles.
When NOT to Use
Do NOT use this tool to rename tables or fields. Use 'airtable_modify_schema' instead.
Do NOT use this tool to create new interface pages. Use 'airtable_create_interface_page' instead.
Operational Disclosures
Prerequisites: Chrome running with '--remote-debugging-port=9223'.
Side Effects: Selects and double-clicks the interface header title element and/or sidebar group label, committing new string values.
Persistence: Saved to interface draft; must be published to become visible to end-users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New display title for the top interface header banner | |
| base_id | Yes | Airtable Base ID (starts with app, e.g. appoorUuG6wgx8dJ1) | |
| cdp_port | No | Chrome DevTools Protocol port (default: 9223) | |
| sidebar_bundle_name | No | New title for the sidebar page navigation folder bundle |