move_firefox_tabs_to_group
Moves specified Firefox tabs into an existing, exactly named group with verification; cross-window supported via explicit windowId.
Instructions
Move a batch of exactly identified Firefox tabs into one existing, exactly named group in one verified operation (cross-window supported with an explicit windowId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabIds | Yes | Unique tab IDs returned by list_firefox_tabs. | |
| windowId | No | Target window for the group; omit to use the first tab's window. | |
| allowUnpin | No | Set true only after the user confirms that grouping may unpin pinned tabs. | |
| groupTitle | Yes | Existing group title; matching is exact and case-sensitive. |