close_firefox_tabs
Closes specified Firefox tabs by their tabId and verifies they are no longer reported, preventing orphaned tabs.
Instructions
Close a batch of exactly identified Firefox tabs by their tabId and verify that Firefox no longer reports them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabIds | Yes | Unique tab IDs returned by list_firefox_tabs. | |
| confirmClose | Yes | Must be explicitly true; closing tabs is irreversible. |