Skip to main content
Glama

get_team_matches

Retrieve recent matches for a professional Dota 2 team by team ID, with hero names for both sides and game mode labels.

Instructions

A pro team's recent matches, enriched with hero names for both sides and game mode labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax matches to return.
team_idYesTeam id (from get_teams, pro match rows, or get_pro_players).
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.
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, leaving the description to carry the full burden of behavioral disclosure. The description only states the output is 'recent matches, enriched with hero names...' but does not mention pagination, rate limits, authentication, result limits beyond the schema, or how errors are handled. For a read-only list tool, this is minimal but not dangerously misleading; it simply omits additional behavior.

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

Conciseness5/5

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

The description is a single, information-dense sentence that immediately states the tool's purpose and key enriching features. Every word serves to clarify the tool's scope. It is appropriately sized and avoids redundancy, earning the maximum score.

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

Completeness2/5

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

Without an output schema, the description lightly describes the output as 'matches enriched with hero names and game mode labels', but it omits essential details like the exact structure of each match, supported date ranges, default limits, or any response examples. Given the tool's moderate complexity and lack of output schema, this description is insufficient to fully enable an agent to call and interpret the result without guessing.

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 description coverage is 100%, so all parameters are already documented with their meaning. The description adds minimal extra value: it ties language to hero name localization (which the schema also mentions) and clarifies the output's enriched nature, but does not enrich the parameters themselves beyond what is already in the schema. The baseline score of 3 is appropriate because the schema carries the load.

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

Purpose4/5

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

The description clearly states that the tool returns a pro team's recent matches, with a specific focus on enriched data (hero names and game mode labels). This distinguishes it from sibling tools like get_team (which returns team info) or get_player_recent_matches (which is player-centric). It could be more explicit about differentiating from get_pro_matches, but the 'team' qualifier is present and clear.

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

Usage Guidelines2/5

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

The description implies the tool is for retrieving a team's match history, but it provides no explicit direction on when to choose it over alternatives like get_league_matches or get_pro_matches. There is no mention of scenarios where this tool is preferable or exclusions. The guidance is only implicit in the title and one-line description, so it fails to fully inform selection.

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