monitor_page
Keep track of webpage changes by registering a URL for monitoring. Captures an initial snapshot immediately and can target a specific element via CSS selector.
Instructions
Register a URL to watch for changes. Takes an initial snapshot immediately. Optionally specify a CSS selector to monitor a specific element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to monitor for changes | |
| label | No | Human-readable label for this page | |
| selector | No | CSS selector to monitor a specific element instead of the full page | |
| check_interval_minutes | No | How often to check for changes (1 min to 7 days). Default: 60 |