browser_navigate
Navigates the active browser tab to a URL, reusing the current tab by default to prevent tab spam, with an option to open in a new tab when needed.
Instructions
Navigate the active browser tab to a URL. Reuses the current tab by default (no tab spam). Pass new_tab=true only when you need to keep the current page open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| new_tab | No | Open in new tab instead of reusing current (default: false) |