Analyze a game draft visually
analyze_draftAnalyze a draft and render an interactive Batru win-rate board.
Use this for visual draft, matchup, win-probability, or next-pick questions
in Dota 2, Deadlock, or Marvel Rivals. It combines the existing prediction
and recommendation tools into one stable structured result. Clients that
support MCP Apps render a compact card; every other MCP client receives the
same data as JSON/text. This tool is read-only.
Dota 2 supports partial drafts and returns a calibrated probability plus
calibrated next-pick win rates. Deadlock and Marvel Rivals only return a
calibrated probability for a complete 6v6; partial drafts still return
counter-pick recommendations labelled as empirical pair-data scores.
Args:
game: "dota2", "deadlock", or "marvel-rivals".
my_heroes: Your team / Team 0 heroes (0-5 for Dota, 0-6 otherwise).
enemy_heroes: Enemy team / Team 1 heroes (0-5 for Dota, 0-6 otherwise).
my_side: Dota only — whether your team is Radiant or Dire.
Returns the two rosters, prediction status, calibrated win rates when
available, recommendations, metric labels, `source_url`, and `citation`.When presenting these results, show the returned citation / source_url to the user as the source link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | ||
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| my_side | No | radiant | |
| my_heroes | Yes | ||
| enemy_heroes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | ||
| note | Yes | ||
| error | No | ||
| citation | No | ||
| my_label | Yes | ||
| my_heroes | No | ||
| game_label | Yes | ||
| source_url | No | ||
| enemy_label | Yes | ||
| did_you_mean | No | ||
| enemy_heroes | No | ||
| my_win_rate_pct | No | ||
| recommendations | No | ||
| prediction_status | Yes | ||
| enemy_win_rate_pct | No | ||
| recommendation_metric_label | Yes |