get_volume_spikes
ActiveTool of PredMCP
declared in 0.7.0
Polymarket markets with abnormal 24h volume vs their 7-day daily average. Volume spikes typically precede news events or informed positioning.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 15,
"maximum": 50,
"minimum": 1,
"description": "Number of results to return (default: 15)"
},
"min_ratio": {
"type": "number",
"default": 3,
"minimum": 1,
"description": "Minimum ratio of 24h volume vs 7-day daily average to qualify as a spike (default: 3x)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries