Monitor a webpage for changes
web_diffMonitor webpage changes without refetching full content. Specify a URL or CSS selector to check a section, and receive a changed flag plus a brief snippet for efficient repeat checks.
Instructions
Check whether a page (or a subtree of it) has changed since the last check. Returns changed=true/false and a short snippet — not the full content — so repeated monitoring stays cheap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| selector | No | scope the watch to this subtree, e.g. '.price' | |
| forceBrowser | No | ||
| ignoreRobots | No |