create_firefox_tab_group
Create a new Firefox tab group with an exact-title match from selected ungrouped tabs, verifying each tab. Fails if the group already exists, ensuring no duplicates.
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
| 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. |