web_diff
Compare a webpage against its cached copy to see what changed, returning changed status, similarity, and added/removed Markdown blocks. Use for one-off checks if a page changed since last read.
Instructions
Compare a page with the copy svipall cached last time and return what changed: changed, similarity, and the added and removed markdown blocks. Use for a one-off question of whether a page changed since it was last read; to keep checking on a schedule use web_watch. Cheap: the comparison is a stored fingerprint, not a second full copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to compare against its previously cached copy. | |
| refetch | No | Fetch a fresh copy first. Default true; false compares stored versions only. |