page_snapshot
Obtain a structured tree of page elements with unique IDs and visibility flags to orient yourself and target other tools.
Instructions
Token-budgeted census of the rendered page — a nested, uid-keyed element tree with geometry and visibility flags. Call this FIRST after connect to orient yourself and to obtain the stable uids every other tool targets. Reach for it whenever you do not yet know the page structure or an element uid. To find one specific element by description use find_elements; to see the page visually use annotated_screenshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Limit the census to one subtree; exactly one of uid | selector | x+y | |
| budgetTokens | No | Output token budget (default 1500) | |
| includeInvisible | No | Render invisible nodes inline with their reason (default false: counted, not shown) |