Interpret Monitor
Preview a monitor before you build it — turn a plain-language request (in any language) into a validated draft configuration you can inspect, adjust, and then submit to Create Monitor. It’s safe to call as often as you need: it only drafts, and never persists a monitor, sends alerts, or spends credits. Use intent to choose the action; if omitted, an English keyword heuristic is applied and unrecognised input defaults to create_monitor.
Authorizations
Body
The natural-language request (any language), e.g. "monitor companies expanding into Japan, get C-level people with their work email, and email alerts to [email protected] in real time". Capped at 2000 characters.
2000Which action to take (language-agnostic). create_monitor (default): return a draft config. dry_test: draft plus a read-only count of currently matching signals. execute: draft plus preview, flagged for confirmation (never auto-activates). analyze (e.g. "which market, SG or JP?"): answered by the expansion analytical agent instead of building a monitor. If omitted, an English keyword heuristic is used; unrecognised input defaults to create_monitor.
create_monitor, dry_test, execute, analyze Run the reflection pass for higher accuracy (default true; roughly doubles latency). Set false for a faster single-pass interpretation.
Response
The interpreted draft. Nothing is persisted.

