scout_snapshot
Captures a page snapshot returning an accessibility tree. Use lite mode to skip the screenshot and save tokens.
Instructions
Take a snapshot of the current page. Returns accessibility tree (numbered elements). Set lite=true to skip the screenshot (saves ~50K+ tokens). Use full snapshot only when you need to visually see the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lite | No | Skip screenshot + badge overlay (default: false). Use true when you only need element IDs, not vision. |