snapshot_diff
Get only the changes between page states, showing added, removed, or changed nodes with context. Reduces token usage by consuming minimal data after the initial snapshot.
Instructions
Returns only the changes between the current page state and the previous smart_snapshot call. Added/removed/changed nodes with a few lines of context. Use this on every step after the first to consume minimal tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Same as smart_snapshot. | |
| maxDepth | No | Same as smart_snapshot. | |
| includeHidden | No | Same as smart_snapshot. |