Skip to main content
Glama

OpenDota Player Summary

opendota.players.summary
Read-onlyIdempotent

Retrieve a Dota 2 player's profile, MMR estimate, total wins/losses, rank tier, and last match time using their Steam account ID. Handles private profiles gracefully.

Instructions

Get a Dota 2 player's profile + summary stats by Steam Account ID — name, avatar, MMR estimate, total wins/losses, rank tier, last match time. Profile may be private (returns minimal info).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesSteam account ID (Dota 2 32-bit). Get from /api/search?q=playername. Example: 105248644 (Dendi).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response.
errorNoPresent only when the call failed. Includes error code, message, request_id, and any provider-specific extras.
Behavior4/5

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

Annotations already declare readiness and non-destructive nature. The description adds behavioral context: the profile may be private and returns minimal info. This provides value beyond annotation signals without contradiction.

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 two sentences with no extraneous words. It front-loads the verb ('Get') and resource ('player profile + summary stats'), making the purpose immediately clear.

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

Completeness5/5

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

For a simple tool with one parameter and robust schema/annotations/output schema, the description covers all essential aspects: what data is returned, the unique identifier requirement, and the privacy caveat. No gaps.

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?

Schema description coverage is 100%, with a thorough description of account_id including how to obtain it and an example. The tool description does not add new parameter-level information beyond what is in the schema, so baseline score 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 retrieves a Dota 2 player's profile and summary stats by Steam Account ID, listing specific fields (name, avatar, MMR, wins/losses, rank, last match). This distinguishes it from sibling tools like opendota.matches.detail or opendota.players.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 the tool is for fetching a player's summary stats. It lacks explicit when-to-use or when-not-to-use guidance but mentions privacy (returns minimal info if private), which helps set expectations. No explicit alternatives provided, but clarity compensates.

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

Install Server

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/whiteknightonhorse/APIbase'

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