get_hero_matchups
Compare a hero's performance against every other hero using games played and win rate from public matches. Identify counters by checking low win rates against specific opponents.
Instructions
How a hero performs against every other hero (games played and win rate from public matches). The classic 'counters' lookup — low win_rate vs a hero means that hero counters this one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max opposing heroes to return (default all). | |
| hero_id | Yes | Hero id (resolve names to ids first with search_dota_entities, e.g. '敌法师' -> 1). | |
| language | No | Language for hero/item/ability names. Accepts Steam codes ("english", "schinese", "russian", ...) or tags ("zh-CN", "zh", "ru", ...). Defaults to the OPENDOTA_LANGUAGE env var or "english". Use list_supported_languages to see all options. |