Skip to main content
Glama

get_match

Fetch a Dota 2 match by ID and get a compact human-readable summary with named heroes, items, abilities, game labels, per-player stats, and optional pick-ban order.

Instructions

Get a Dota 2 match by id as a compact, human-readable view: heroes/items/abilities resolved to names, game mode/lobby/skill/region as labels, per-player KDA/GPM/XPM/items, and optional pick-ban draft. Works with parsed matches too ( richer item/ability data when available).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoOptional detail sections to include beyond the default compact view.
languageNoLanguage for hero/item/ability names. Accepts Steam codes ("english", "schinese", "russian", ...) or tags ("zh-CN", "zh", "ru", ...). Defaults to the OPENDOTA_LANGUAGE env var or "english". Use list_supported_languages to see all options.
match_idYesMatch id (from pro matches, player history, or a Dota 2 share URL).
Install Server

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden of behavioral disclosure. It explains the output format, included data fields, and the difference between parsed and unparsed matches. It does not mention error handling or rate limits, but provides useful context beyond a simple 'get match' statement.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately sized and front-loads the core purpose and output style, followed by details about optional draft data and parsed matches. It is informative without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main return content and highlights the optional include sections through the schema. There is no output schema, but the description explains what the base response contains. Missing details like error cases or pagination are minor for a single-match fetch tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, documenting all parameters and their defaults. The tool description adds no extra parameter semantics beyond what the schema already provides, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets a Dota 2 match by id and presents it as a compact, human-readable view with resolved names and labels. This specific verb-resource combination distinguishes it from sibling tools like get_player_matches or get_pro_matches.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving match details and notes that it works with parsed matches for richer data, but does not explicitly contrast with alternative tools or state when not to use it. However, the focus on match id makes the intended context clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/yuxiang115/opendota-mcp'

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