firestarter_watch
Create automated product monitors to track prices and stock. Receive webhook notifications when prices drop, items restock, or new listings appear.
Instructions
Create a price/stock monitor that watches products on a schedule. Get notified via webhook when prices drop, items restock, or new listings appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Natural language goal for AI-powered meaningful change detection (e.g. 'price drops below $180') | |
| name | Yes | Name for this monitor (e.g. 'AirPods price watch') | |
| query | Yes | What to watch — natural language (e.g. 'AirPods Pro 2 under $200') | |
| schedule | No | How often to check: 'hourly', 'daily', 'daily at 9am', 'every 6 hours', or a cron expression. Default: 'daily' | |
| webhook_url | No | Webhook URL to receive change notifications | |
| price_drop_pct | No | Minimum price drop percentage to notify (e.g. 10 = notify on 10%+ drops) |