Create price alert
create_alertCreate a price or event alert for a symbol.
Args:
symbol: Stock symbol (e.g. "AAPL")
alert_type: "target_price", "movement_pct", or "event"
direction: Required for price alerts — "above", "below", or "either"
threshold: Required for price alerts — price level or percentage move
notes: Optional description
event_types: Required when alert_type is "event". One or more of:
"earnings_transcript", "insider_trade", "news_stock", "press_release",
"filing_8k", "filing_13f", "politician_senate", "politician_house",
"merger_acquisition"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| symbol | Yes | ||
| direction | No | ||
| threshold | No | ||
| alert_type | Yes | ||
| event_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |