Open and switch between multiple named browser tabs
manage_tabsCreate, switch, close, or list labeled browser tabs so each web page keeps its state while other tools act on the active tab.
Instructions
Keep several real tabs open at once and switch between them by a label you assign — a preview in one, a staging site in another, neither losing its state. open opens a named tab and makes it active, switch activates an existing one, close closes one (never the last), list returns each tab's label, url, viewport and active flag. Every OTHER tool acts on the ACTIVE tab. The default tab is "main".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | open only: navigate the new tab to this URL after opening it. | |
| label | No | Short name you assign, e.g. "staging". Required for open/switch/close; unique when opening. The default tab is "main". | |
| action | Yes | "open" opens a named tab and makes it active, "switch" activates an existing one, "close" closes one (never the last), "list" returns every tab with its label, url, viewport, and active flag. |