browser_navigate
Navigate to a URL and extract page content as DOM elements and OCR text, defaulting to zero image tokens to reduce costs. Optionally capture a visual screenshot.
Instructions
Open a URL in the browser and return the page context (DOM elements + OCR text). Default text-only mode — screenshot is captured only for OCR then discarded, zero image tokens. Set visual=true to also receive the PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open | |
| visual | No | Return base64 PNG alongside text (default false = text-only, zero image tokens) | |
| headless | No | Run headless (default true) |