browser_tabs
Control browser tabs with actions: list all tabs, create a new tab with a URL, close a specific tab, or select a tab. Operate tabs efficiently without visual snapshots.
Instructions
List, create, close, or select a browser tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| index | No | Tab index, used for close/select. If omitted for close, current tab is closed. | |
| url | No | URL to navigate to in the new tab, used for new. |