recommend_dota_pick
Get top 3 Dota 2 hero recommendations for your next pick with calibrated win rates based on your and enemy team compositions.
Instructions
Recommend the top 3 Dota 2 heroes to pick next, with calibrated win rates.
Backed by batru.gg's production model. Each suggestion comes with the CALIBRATED win rate your team would have after adding that hero against the given enemy draft (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). my_side: "radiant" (default) or "dire" — which side is "my_heroes".
Returns a list of up to 3 {displayName, shortName, win_rate_pct}. Report the win rates verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| my_side | No | radiant | |
| my_heroes | Yes | ||
| enemy_heroes | Yes |