get_context
Retrieve global prediction market snapshots or thesis-specific context bundles containing mispriced edges, causal trees, and signal logs.
Instructions
START HERE — single entry point that returns either a global market snapshot or a thesis-specific context bundle. Global mode (no args): top mispriced edges, 24h price movers, highlights, traditional markets. Thesis mode (thesisId + apiKey): adds causal tree, signal log, and evaluation history for that thesis. Read-only, no rate limit. Use this first; only call get_edges / get_changes / get_world_state if you need that single slice in isolation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thesisId | No | Thesis ID (uuid or slug). Omit for global snapshot. If set, apiKey is required. | |
| apiKey | No | SF API key (sf_live_...). Required when thesisId is set; ignored otherwise. |