browser_navigate
Navigate to a URL and isolate work by tab group, new tab, or dedicated window. Named task groups keep parallel tasks separate and focused.
Instructions
Navigate to a URL. Pass task="短任务名" so Chrome creates/uses a tab group with that exact name (Codex-style). Parallel tasks MUST use different task names. workspace/group are aliases of task. Optional window_id keeps work in a dedicated Chrome window (separate from the user window).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| task | No | Chrome tab group title for this task, e.g. "LINUX DO 最新" or "小傅哥星球". Required for clear multi-task isolation. | |
| group | No | Alias for task | |
| new_tab | No | Open in new tab instead of reusing current (default: false) | |
| window_id | No | Dedicated Chrome window id (from browser_ensure_window). Reuses that window instead of the user-focused one. | |
| workspace | No | Alias for task | |
| new_window | No | If true and no window_id, create a new dedicated window for this task. |