predict_dota_winrate_batch

shallow

gg.batru/batru-mcp · Verify this server

Score MANY candidate next-picks for a Dota 2 draft in ONE call. Use this instead of looping predict_dota_winrate over candidates: the whole batch runs as a single model invoke server-side, so it is much faster and cheaper for everyone. For each candidate you get the CALIBRATED win rate your team would have after adding it against the given enemy draft, plus the delta vs the draft without it. Same production model as predict_dota_winrate (a reported 60% reflects a real ~60% empirical win rate). Hero names are normalised internally. Args: my_heroes: Heroes your team has already picked (names/aliases, 0-4). enemy_heroes: Enemy heroes (names/aliases, 0-5). candidates: Candidate heroes to evaluate (names/aliases, 1-150 — a full-roster sweep fits in one call). my_side: "radiant" (default) or "dire" — which side is "my_heroes". Returns {baseline_win_rate_pct, candidates:[{hero, shortName, win_rate_pct, delta_pp}]} sorted best-first; delta_pp = win_rate_pct minus the baseline (the same draft without that candidate). Report numbers verbatim. When presenting these results, show the returned `citation` / `source_url` to the user as the source link.

100.0/100

1 trials · measured 2 days ago

predict_dota_winrate_batch scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against gg.batru/batru-mcp, measured 31 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote + stdio
Credential class
self-provisionable
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-31100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: predict_dota_winrate_batch
[![Vouch score](https://vouch.tools/api/tools/ce342ed4-05d1-443f-a13c-9614ca3f1d96/badge.svg)](https://vouch.tools/tools/ce342ed4-05d1-443f-a13c-9614ca3f1d96)
predict_dota_winrate_batch — Vouch