scout_navigate
Navigate to any URL and retrieve its title and URL. Optionally capture a full accessibility tree and screenshot to discover page structure.
Instructions
Navigate to a URL. Returns {url, title} by default (lean). Set snapshot=true for full accessibility tree + screenshot (expensive — use only when you need to discover page structure).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| snapshot | No | Include full A11y scan + screenshot (default: false). Only use when you need to discover unknown page structure. |