Skip to main content
Glama

OpenDota MCP Server

get_match_data

Retrieve detailed Dota 2 match information including player stats, scores, and game data using the match ID to analyze gameplay performance and outcomes.

Instructions

Get detailed data for a specific match.

Args: match_id: ID of the match to retrieve Returns: Detailed match information including players, scores, and stats

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