manage_tabs
Control browser tabs by listing active tabs, switching to a specific tab, opening a new tab, or closing an existing one.
Instructions
Manage browser tabs: list active tabs, switch tab, open new tab, or close tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional URL to open when creating a new tab (when action is "new") | |
| action | Yes | Tab action: "list", "switch", "new", or "close" | |
| tabIndex | No | Zero-based index of tab to switch to (required when action is "switch") |