Back to docs

Tool Manage Tabs

Category: Browser Management · Tier: Free

List, create, switch, or close browser tabs. Useful for multi-page work.

Parameters

Parameter Type Required Description
action string Yes list (show all tabs), create (new tab), switch (focus tab), close (close tab)
url string For create URL for new tab
index number For switch/close Tab index (0-based)

Examples

List all open tabs
→ manage_tabs action="list"

Open a new tab to the pricing page
→ manage_tabs action="create" url="https://example.com/pricing"

Switch to the first tab
→ manage_tabs action="switch" index=0

Close the second tab
→ manage_tabs action="close" index=1

Related

From the Blog