Monitor a webpage for changes
web_diffDetect page changes since last check, returning a boolean and short snippet to monitor updates without re-fetching full content.
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 |