foresea_analyze_market
Call this when the user mentions a specific prediction market by URL, slug, or ticker — or asks whether a particular market is over/underpriced. Good triggers: "Is this Polymarket fair?", "What's the edge on kalshi:XXXXX?", "Should I buy/sell this market?", user pastes a Polymarket or Kalshi URL. Fetches the live price, gathers evidence, forecasts, computes model-vs-market edge, and returns a recommendation. Use foresea_forecast instead when there is no specific live market — just a general probability question. Example: platform="polymarket", slug="fed-rate-cut-march-2026" → {model_probability, market_probability, edge, stance, recommendation, thesis}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| skills | No | ||
| ticker | No | ||
| variant | No | variant0_neutral_baseline | |
| platform | No | ||
| question | No | ||
| market_id | No | ||
| tool_loop | No | ||
| builtin_skills | No | ||
| evidence_top_k | No | ||
| max_tool_steps | No | ||
| ground_in_record | No | ||
| market_probability | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |