smart_snapshot
Capture a token-efficient snapshot of the current page, focusing on visible interactive nodes with depth limiting and deduplication. Save context by omitting non-essential elements.
Instructions
Returns a token-efficient semantic snapshot of the current page: only visible, interactive and meaningful nodes, with depth limiting and deduplication. Use this instead of take_snapshot to save context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, include container/static nodes too. Default false (interactive + meaningful text only). | |
| maxDepth | No | Maximum tree depth. Deeper subtrees are collapsed into a summary line. | |
| includeHidden | No | If true, include offscreen/hidden nodes (useful for debugging). Default false. |