Skip to main content
Glama

OpenDota MCP Server

get_hero_stats

Retrieve Dota 2 hero statistics including win rates across different skill brackets to analyze hero performance and balance in matches.

Instructions

Get statistics for heroes.

Args: hero_id: Optional hero ID to get stats for a specific hero Returns: Hero statistics including win rates by skill bracket

Input Schema

NameRequiredDescriptionDefault
hero_idNo

Input Schema (JSON Schema)

{ "properties": { "hero_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Hero 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