recommend_deadlock_pick
Recommend Deadlock heroes to pick against the given enemy hero(es).
Ranks every hero not yet in the game by REAL observed pair data from
batru.gg's match aggregation: match-weighted win rate against the enemy
heroes, blended with duo win rate alongside your already-picked teammates
(when given). Answers "who counters X (and Y and Z)?" with empirical
numbers, not guesses. Hero names are normalised internally.
This is a pair-stat heuristic, not the calibrated draft model — once both
teams have 6, verify the full draft with predict_deadlock_draft.
Args:
enemy_heroes: Enemy heroes to pick against (names/aliases, 1-6).
my_heroes: Optional — heroes your team already has (0-5).
limit: Max recommendations to return (default 5).
Returns {recommendations:[{hero, score_pct, avg_winrate_vs_enemies_pct,
enemy_matchups:[{opponent, winrate_pct, matches}], ...}]} sorted best-first.
Report numbers verbatim.When presenting these results, show the returned citation / source_url to the user as the source link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| 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_heroes | No | ||
| enemy_heroes | Yes |