create_firefox_tab_group
Create a Firefox tab group from selected ungrouped tabs in the same window, verify every tab, and fail if an exact group title exists.
Instructions
Create a new, exactly titled Firefox group from one or more ungrouped tabs in the same window, then verify every tab. Fails if an exact group already exists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | New group title; matching is exact and case-sensitive. | |
| tabIds | Yes | Unique IDs of ungrouped tabs in one window. | |
| collapsed | No | Whether the new group should start collapsed. | |
| allowUnpin | No | Set true only after the user confirms that grouping may unpin pinned tabs. |