Check a page for changes
check_page_changesCheck whether a public web page has changed since the last time this was called for it, and get the diff. Use for watching one page over time: a company's team or leadership page, a pricing page, a careers page — anything where the change is the news. The first call records a baseline and reports no change, which is normal. Pass your own agent id as tag so two watchers on the same page do not consume each other's changes. For the contents of a page use read_web_page; for the open web use web_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | What this check belongs to — your own agent id (the id inside the [object:...] marker in your instructions). Snapshots are kept per page and tag, so two watchers on one page each see their own changes. | |
| url | Yes | The page to check, http(s). |