monitor_the_situation
Detect market-moving events by scraping or searching web sources, analyzing content with LLM prompts, and cross-referencing insights against prediction markets.
Instructions
End-to-end pipeline: scrape one or more URLs (or run a search/crawl/map/extract), optionally analyze with an LLM against a prompt + JSON schema, optionally cross-reference with prediction markets, and return the bundle. Side-effectful (calls Firecrawl + LLM, billed). Requires SF API key. Use for scheduled or one-shot URL ingestion; use enrich_content if you already have the text in hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | SF API key (sf_live_...). Required. | |
| source | Yes | Source configuration. Exactly one of url/urls/query must be set, matching the chosen action. | |
| analysis | No | LLM analysis step. Omit to skip. | |
| enrich | No | Market enrichment step. Omit to skip. |