move_firefox_tab_to_group
Move a specific Firefox tab into an existing tab group by exact ID, URL, or title, then verify the move. Fails safely when the tab or group is ambiguous.
Instructions
Move one exactly identified Firefox tab into an existing, exactly named group in the same window and verify the result. Ambiguous matches fail safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Exactly one selector form: tabId, URL, or title. | |
| windowId | No | Target window for the group; omit to use the tab's own window. | |
| allowUnpin | No | Set true only after the user confirms that grouping may unpin a pinned tab. | |
| groupTitle | Yes | Existing group title; matching is exact and case-sensitive. |