Get probability/price history for a prediction market over time. Returns data points, high/low, and trend direction. Use for charting and analysis.
| Name | Type | Required | Description |
|---|---|---|---|
| market | string | required | Market slug, ID, or search query |
| timeframe | string | optional | Timeframe: 1d, 7d, 30d, all |
// MCP tool call
{
"name": "prediction_market_history",
"arguments": {
"market": "",
"timeframe": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}