Skip to main content
Glama

OpenDota MCP Server

get_match_heroes

Retrieve the list of heroes selected by each player in a specific Dota 2 match using the match ID to analyze team compositions and individual picks.

Instructions

Get heroes played in a specific match.

Args: match_id: ID of the match to retrieve Returns: List of heroes played by each player in the match

Input Schema

NameRequiredDescriptionDefault
match_idYes

Input Schema (JSON Schema)

{ "properties": { "match_id": { "title": "Match Id", "type": "integer" } }, "required": [ "match_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