web-change-monitor
Detect changes on public web pages by polling URLs for ETag, Last-Modified, or SHA-256 hash. Store snapshots and re-call periodically to monitor updates.
Instructions
Returns content-change signals for any public URL: ETag, Last-Modified, Content-Length, and Content-Type via HTTP HEAD. Falls back to GET + SHA-256 of the first 32 KB when the server returns no cache markers. Store the snapshot and re-call periodically to detect changes. Useful for monitoring competitor pricing, news, regulatory filings, or any public page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS or HTTP URL to poll. Must be a publicly accessible endpoint. |