Skip to main content
Glama

OpenDota MCP Server

get_player_by_id

Retrieve Dota 2 player information including rank, match history, and statistics using their Steam32 account ID to analyze gameplay data.

Instructions

Get a player's information by their account ID.

Args: account_id: The player's Steam32 account ID Returns: Player information including rank, matches, and statistics

Input Schema

NameRequiredDescriptionDefault
account_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "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