PolyBridge Forecast
polybridge_forecastGenerate a read-only probability forecast for a clearly stated future event by searching relevant prediction markets and synthesizing evidence. Use when the user asks for a probability, outlook, or forecast; use polybridge_search when they only need market discovery. Does not place trades, provide financial advice, or access private/internal data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Clearly stated future-event forecasting question, 500 characters or fewer. | |
| include_graph | No | Whether to include the causal graph in the structured response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| metadata | No | ||
| question | Yes | ||
| reasoning | Yes | ||
| confidence | Yes | ||
| latency_ms | Yes | ||
| request_id | Yes | ||
| engine_type | Yes | ||
| probability | No | ||
| causal_graph | No | ||
| distribution | No | ||
| markets_used | Yes | ||
| confidence_interval | No |