get_player_recent_matches
Retrieve a player's recent Dota 2 matches with hero names, win/loss, KDA, game mode, and skill bracket. Use this to quickly review a player's performance and match history.
Instructions
Get a player's ~20 most recent matches (regardless of filters), enriched with hero names, win/loss, KDA, game mode, skill bracket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| account_id | Yes | Steam32 account id (the number after /players/ in an OpenDota profile URL, or from search_players). |