manage_tabs
List open browser tabs, open new ones, switch between them, or close the active tab using tab indexes.
Instructions
List, open, switch between, or close browser tabs.
Args:
action: 'list' (returns each open tab's index/url/title — call this
before 'switch' to find the right tab_index), 'open' (a new
tab, optionally navigating to url), 'switch' (to tab_index),
'switch_newest', or 'close_active'.
url: Used with action='open'.
tab_index: Used with action='switch'; the index as returned by 'list'.
switch_to: Used with action='open'; whether to switch to the new tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| action | No | list | |
| switch_to | No | ||
| tab_index | No |