set_market_alert
Subscribe to movement alerts for a DCPI market and receive notifications when its Excess-Power/Constraint score moves. Choose email or webhook delivery.
Instructions
Subscribe to movement alerts for a DCPI market (FREE with a key) — get notified when its Excess-Power / Constraint score moves. On the free tier, email alerts are delivered to the email your human bound via bind_email (call bind_email first; the destination is forced to that address). Set channel="email". Webhook delivery (channel="webhook" + destination=) is Pro. Lets an agent MONITOR markets, not just query them. Try: set_market_alert market=northern-virginia channel=webhook destination=https://hooks.example.com/dc. Do NOT use to read a market right now (use get_market_dcpi_rank); this SUBSCRIBES to future movement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | Market slug (metro) to watch, e.g. northern-virginia — valid slugs come from rank_markets / get_market_dcpi_rank | |
| channel | No | Delivery channel: "email" (free, sent to your bound email) or "webhook" (Pro) | |
| destination | No | For channel="webhook", the https URL to POST alerts to (Pro); ignored for email (forced to bound address) |