browser_navigate
Navigate to a URL in the active browser session and receive a snapshot. Choose from snapshot modes including cost-efficient accessibility tree or annotated screenshot.
Instructions
Navigate the active session's page to a URL. Returns a snapshot (default: aom-only, cheapest).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Fully-qualified URL to navigate to. | |
| mode | No | Snapshot mode to return after navigation. 'aom' is cheapest; 'hybrid' adds a Set-of-Mark annotated screenshot. | aom |
| waitUntil | No | Page lifecycle event to wait for. | domcontentloaded |