veroq_alerts
Monitor financial markets by creating price, sentiment, and technical alerts for stocks. Set thresholds for automated notifications when conditions are met.
Instructions
Create, list, or check triggered price/sentiment alerts.
WHEN TO USE: To set up automated monitoring. Actions: "create" a new alert, "list" existing alerts, or view "triggered" alerts. RETURNS: Create: alert ID and details. List: all alerts with status. Triggered: fired alerts with current values. COST: 3 credits. EXAMPLE: { "action": "create", "ticker": "AAPL", "alert_type": "price_below", "threshold": 150 } CONSTRAINTS: 6 alert types: price_above, price_below, rsi_above, rsi_below, sentiment_flip, volume_spike.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: "create", "list", or "triggered" | |
| ticker | No | Ticker symbol (required for create) | |
| alert_type | No | Alert type: price_above, price_below, rsi_above, rsi_below, sentiment_flip, volume_spike (required for create) | |
| threshold | No | Alert threshold value (required for create — price level or sentiment delta) |