monitor_diff
Detect changes in web pages by comparing current content against a previous hash or text snapshot. Use for monitoring docs, pricing, or status pages without full page re-extraction.
Instructions
Check whether a page changed since a previous hash or text snapshot.
Use this for lightweight monitoring of docs, pricing pages, competitor pages, status pages, or other URLs an agent revisits. Unpaid calls return x402 payment terms before execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute page URL to fetch and compare against prior state. | |
| previous_hash | No | Optional previous content hash from an earlier extract or diff check. | |
| previous_text | No | Optional previous readable text to compare with the current page text. | |
| payment | No | Optional x402 payment proof returned by the buyer after accepting the 402 payment requirement. | |
| payment_identifier | No | Optional idempotency key/payment identifier used to retry safely without rerunning expensive work. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||