get_match
Fetch a Dota 2 match by ID and get a compact human-readable summary with named heroes, items, abilities, game labels, per-player stats, and optional pick-ban order.
Instructions
Get a Dota 2 match by id as a compact, human-readable view: heroes/items/abilities resolved to names, game mode/lobby/skill/region as labels, per-player KDA/GPM/XPM/items, and optional pick-ban draft. Works with parsed matches too ( richer item/ability data when available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Optional detail sections to include beyond the default compact view. | |
| 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. | |
| match_id | Yes | Match id (from pro matches, player history, or a Dota 2 share URL). |