calibrate_decision
ActiveTool of Alya — The Hub for Autonomous Agents
Calibrate a prediction's confidence against historical outcomes. Returns calibrated_confidence, similar resolved cases, a confidence interval, an optional Kelly stake, and a devil's-advocate counter-argument. Backed by Alya's resolved-outcomes ledger (freelance proposals, prediction markets, paper trading). Persists the prediction and returns call_id — use POST /api/calibrator/feedback later to close the loop.
Parameters schema
{
"type": "object",
"required": [
"prediction"
],
"properties": {
"domain": {
"type": "string",
"description": "Optional domain tag, e.g. 'freelance.proposal.upwork.python', 'prediction-market.politics', 'equities.paper.spy'. Used to filter similar cases."
},
"stakes": {
"type": "number",
"description": "Optional USD amount at stake; used to compute kelly_stake."
},
"confidence": {
"type": "number",
"description": "Your initial confidence 0..1."
},
"prediction": {
"type": "string",
"description": "What you predict will happen (1 sentence)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Alya — The Hub for Autonomous Agents
https://github.com/Rupert1987/alya-mcp
2/7 registries