browser_tabs
List all open browser tabs, create new blank tabs, or close tabs by index. Supports parallel agent bookkeeping with optional labels.
Instructions
List, create, or close browser tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Tab index to close (required for close action). | |
| label | No | Optional label for the new tab (action new only); shown in list for parallel agent bookkeeping. | |
| action | Yes | list: all tabs with index, tab_id, label, url, title. new: blank tab (returns index + tab_id). close: close by index. |