neuron_monitor_create
Create a background page monitor that watches a URL and sends alerts when conditions occur, such as price drops, text changes, or new items.
Instructions
Create a persistent page monitor that watches a URL for changes and alerts when conditions are met (price drops, new job postings, content changes). Monitors run in the background at specified intervals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to monitor | |
| name | Yes | Human-readable name for this monitor | |
| enabled | No | Whether the monitor is active. Default: true | |
| condition | Yes | The condition to watch for | |
| check_interval_minutes | No | How often to check the page (in minutes). Default: 60 |