smartsuite_add_layout_tab
Add a tab to a SmartSuite application's record-view layout. Configure name, position, style, and alignment. Preview changes by default; set confirm to true to apply.
Instructions
Add a tab to an application's record-view layout. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE. Enables tabs if not already on (the first tab mirrors the current top-level layout so existing fields stay visible; later tabs start empty). Optional description, position (0-based; default end), and tab-bar style ("basic"/"process"/"journey") / align (container-level). Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tab name. | |
| align | No | Optional tab-bar alignment (e.g. "left"). | |
| style | No | Optional tab-bar style for the whole table. | |
| confirm | No | Must be true to apply (default false = preview). | |
| position | No | Optional 0-based position (default: append at end). | |
| description | No | Optional tab description (plain text). | |
| applicationId | Yes | The application (table) ID. |