Skip to main content
Glama
Sarg338
by Sarg338

steam_get_user_game_stats

Read-onlyIdempotent

Get a player's in-game stats for a specific Steam game, such as kills, wins, and distance. Input the game's app ID and optionally the Steam ID to retrieve detailed performance data.

Instructions

Get a user's in-game STATS for a specific game (kills, wins, distance, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safe read-only nature is covered. The description adds examples of stats but does not disclose behavior like falling back to the configured STEAM_USER when steamid is omitted; although the schema covers this, the description itself adds limited behavioral context beyond annotations.

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, front-loaded sentence with no filler. Every word contributes to defining the tool's purpose.

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?

Given the simple read-only tool, the annotations cover safety, the schema covers parameters, and an output schema exists, the description is mostly complete. Missing explicit guidance about when to prefer this over related stats/achievement tools, but the overall tool definition is still well-rounded.

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 description mentions 'kills, wins, distance' but does not explain parameter usage. However, the nested schema contains detailed descriptions for appid, steamid, language, and response_format, so the parameter semantics are largely covered by structured data. The description adds a little semantic flavor but not critical parameter guidance.

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 uses a specific verb 'Get' and identifies the precise resource: a user's in-game STATS for a specific game, with examples like kills, wins, distance. This clearly distinguishes it from siblings like steam_get_player_achievements or steam_get_owned_games.

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 clearly implies it is for retrieving stats about one game, but it does not explicitly state when not to use it or name alternatives such as steam_get_player_achievements. This is clear context without exclusions, so it earns a 4.

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/Sarg338/steam-mcp'

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