get_markets_near_resolution
ActiveTool of PredMCP
declared in 0.7.0
Polymarket markets resolving within the next N hours with a leading probability above threshold. Useful for resolution arbitrage and last-minute positioning.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"hours": {
"type": "number",
"default": 24,
"maximum": 168,
"minimum": 0.5,
"description": "Maximum hours until resolution (default: 24h, max: 168h = 7 days)"
},
"min_prob": {
"type": "number",
"default": 0.7,
"maximum": 1,
"minimum": 0,
"description": "Minimum leading outcome probability to include (default: 0.7 = 70%)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries