open_firefox_tabs_into_group
Opens multiple URLs into one named tab group in a single atomic action, creating the group if needed and closing tabs on failure.
Instructions
Open a batch of explicit http(s) URLs in the background and put every new tab into one exactly named group in one atomic operation (creating the group only if missing); on failure, already opened tabs are closed again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| windowId | No | Window in which to open the tabs. | |
| collapsed | No | Initial collapsed state only when the group is created. | |
| allowUnpin | No | Set true only after the user confirms that grouping may unpin pinned tabs. | |
| groupTitle | Yes | Group title; existing groups are reused, otherwise created. |