Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENDOTA_API_KEY | No | Your OpenDota API key from https://www.opendota.com/api-keys |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_player_by_id | Get a player's information by their account ID. |
| get_player_recent_matches | Get recent matches played by a player. |
| get_match_data | Get detailed data for a specific match. |
| get_player_win_loss | Get win/loss statistics for a player. |
| get_player_heroes | Get a player's most played heroes. |
| get_hero_stats | Get statistics for heroes. |
| search_player | Search for players by name. |
| get_pro_players | Get list of professional players. |
| get_pro_matches | Get recent professional matches. |
| get_player_peers | Get players who have played with the specified player. |
| get_heroes | Get list of all Dota 2 heroes. |
| get_player_totals | Get player's overall stats totals. |
| get_player_rankings | Get player hero rankings. |
| get_player_wordcloud | Get most common words used by player in chat. |
| get_team_info | Get information about a team. |
| get_public_matches | Get recent public matches. |
| get_match_heroes | Get heroes played in a specific match. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |