Skip to main content
Glama

get_hero_players

Retrieve recent players for a specific hero, showing account IDs, names, games played, wins, and win rates.

Instructions

Players who have played a hero recently (account id, name, games, wins), with win rates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hero_idYesHero id (resolve names to ids first with search_dota_entities, e.g. '敌法师' -> 1).
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 present, so the description carries the full burden of behavioral disclosure. It does not mention sorting, pagination, freshness of 'recent', or whether authentication is required. The only behavioral hint is 'recently', which is vague.

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 a single concise sentence that front-loads the core information (players, hero, recency) and lists the returned fields. It is efficient, but omits a clear action verb and any contextual details.

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?

With no output schema and no annotations, an agent would not know the exact return format, sorting, or limits. The description gives field names but lacks critical details about 'recent' semantics and how to interpret win rates. It is minimally viable for a simple tool but not fully complete.

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 fully describes hero_id with guidance to resolve names via search_dota_entities. The description itself adds no parameter information, but since schema coverage is 100% and the parameter is well-documented, the baseline of 3 is appropriate.

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 what the tool returns: players who have played a hero recently, along with account id, name, games, wins, and win rates. This distinguishes it from sibling tools oriented around matches or player-specific stats, though it lacks an explicit verb like 'get' or 'list'.

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 provides no guidance on when to use this tool versus alternatives such as get_hero_recent_matches or get_player_heroes. It only describes the output content, leaving the agent to infer the appropriate context from the name.

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