get_team_matches
Retrieve recent matches for a professional Dota 2 team by team ID, with hero names for both sides and game mode labels.
Instructions
A pro team's recent matches, enriched with hero names for both sides and game mode labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches to return. | |
| team_id | Yes | Team id (from get_teams, pro match rows, or get_pro_players). | |
| 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. |