get_team_heroes
Retrieve the heroes a pro team plays most, including match counts, wins, and win rates. Use a team ID to get the stats.
Instructions
Heroes a pro team plays most, with games, wins and win rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |