news_alert_create
Create a news alert that monitors media for sentiment, volume, or keyword conditions. Alerts persist across server restarts and trigger when thresholds are met.
Instructions
Erstellt einen neuen News-Alert fuer automatisches Monitoring.
Alerts werden persistent gespeichert und ueberleben Server-Neustarts. news_alert_check prueft alle Alerts gegen aktuelle Daten.
Condition-Typen: sentiment_below – Alarm wenn Ø-Sentiment < threshold (z.B. -0.2) sentiment_above – Alarm wenn Ø-Sentiment > threshold (z.B. 0.5) volume_above – Alarm wenn Artikelanzahl > threshold (z.B. 50) keyword_found – Alarm wenn keyword in Titeln/Zusammenfassungen
Args: params (CreateAlertInput): name, entity, language, source_country, days_back, condition_type, threshold, keyword
Returns: str: Bestaetigung mit der neuen Alert-ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |