check_changes
Checks a monitored web page for changes by browsing it with Playwright, comparing against the stored snapshot, and returning a list of differences.
Instructions
Browse a monitored URL with Playwright, capture current content, diff against the stored snapshot, and return any changes found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to check for changes (must be previously registered) |