browser_navigate
Navigate the active browser tab to a specified URL, reusing the current tab by default to avoid clutter. Open a new tab only when keeping the current page open is necessary.
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) |