Skip to main content
Glama

OpenDota MCP Server

get_player_heroes

Retrieve a player's most frequently played Dota 2 heroes with performance statistics by providing their Steam32 account ID and optional limit parameter.

Instructions

Get a player's most played heroes.

Args: account_id: Steam32 account ID of the player limit: Number of heroes to retrieve (default: 5) Returns: List of most played heroes with stats

Input Schema

NameRequiredDescriptionDefault
account_idYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "integer" }, "limit": { "default": 5, "title": "Limit", "type": "integer" } }, "required": [ "account_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asusevski/opendota-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server