Skip to main content
Glama

get_player_achievements

Retrieve a player's unlocked achievements for any Steam game by providing their 64-bit Steam ID and the game's App ID. Returns the game name and list of achievements.

Instructions

Get the achievement list for a player in a specific game.

Requires STEAM_API_KEY.

Return Format

{"success": bool, "message": str, "data": {"game_name": str, "achievements": [...]}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
steamidYes64-bit Steam ID.
app_idYesSteam App ID (e.g. 440).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden. It indicates a read operation ('Get'), requires authentication (API key), and provides the return format, which helps set expectations. It lacks details on error handling or rate limits, but the core behavior is clear.

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 concise with only two sentences and a return format section. The purpose is front-loaded, and every piece of information is relevant.

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 getter function, the description covers the basics: purpose, authentication, and return format. It lacks error scenarios or edge cases, but the output schema provides further detail, making it mostly 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?

Schema description coverage is 100%, so the baseline is 3. The description does not add extra meaning beyond what the schema already provides for the two parameters.

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 'Get the achievement list for a player in a specific game,' specifying the verb, resource, and scope. It distinguishes from siblings like get_global_achievement_percentages, which targets global percentages.

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

Usage Guidelines3/5

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

The description notes that it requires a STEAM_API_KEY, providing a prerequisite. However, it does not give guidance on when to use this tool versus siblings, such as when to use get_player_achievements vs get_global_achievement_percentages.

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

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