monitor_changes
Track web page modifications by detecting content changes at set intervals, using configurable thresholds to monitor updates over time.
Instructions
Monitor web page content changes over time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to monitor for changes | |
| interval | No | Check interval in seconds (default: 3600) | |
| threshold | No | Change detection threshold 0-1 (default: 0.1) | |
| useCache | No | Whether to use cached content if available (default: true) |