get_hero_recent_matches
Retrieve recent public matches for any Dota 2 hero, including per-player stats like rank, KDA, and items. Use it to analyze hero performance and recent trends.
Instructions
Recent public matches on a hero (per-player rows: account id, rank, KDA, items-lite), enriched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches to return. | |
| 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. |