browser_tabs
List, create, close, or select browser tabs. Provide a URL for new tabs; use an index to close or select a specific tab, omitting index closes the current tab.
Instructions
List, create, close, or select a browser tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to in the new tab, used for new. | |
| index | No | Tab index, used for close/select. If omitted for close, current tab is closed. | |
| action | Yes | Operation to perform |