monitor_page
Monitors a web page for content changes and retrieves updates. Use start, check, stop, and list actions to manage active monitors for any URL or CSS selector.
Instructions
Monitor a web page for content changes. Use 'start' to begin monitoring, 'check' to retrieve changes, 'stop' to end monitoring, or 'list' to see all active monitors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to monitor (required for 'start') | |
| action | Yes | Action to perform | |
| selector | No | CSS selector to monitor for changes (default: 'body') | |
| monitor_id | No | Monitor ID (required for 'check' and 'stop') | |
| interval_seconds | No | Polling interval in seconds (default: 30) |