Open browser tab
browser_open_tabOpens a URL in a background Chrome tab and returns its tab ID for follow-up browser actions like clicking, typing, or navigating. Keeps the user's browsing uninterrupted.
Instructions
Open a URL in a new background tab inside the agent's own labelled tab group in the user's signed-in Chrome, and return its tab_id for browser_snapshot, browser_click, browser_type and browser_navigate. The tab opens in the background, so the user's browsing is not interrupted. Use browser_use_tab instead when the user already has the page open and signed in. Requires the Computer Use Chrome extension; a limited fallback mode applies without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Absolute URL to open (default about:blank) | |
| session_id | No | Stable task or thread ID. Pass the same value on every browser call for this task. Different IDs isolate tabs and cleanup within one MCP process. Omit for the default process session. |