Skip to main content
Glama

get_player_summary

Read-onlyIdempotent

Retrieve a Steam player's public profile summary including persona name, online state, account creation date, country, and current game. Handles private profiles by limiting returned data.

Instructions

Fetch a player's public profile summary.

Returns persona name, online state, profile visibility, account creation date, country, and the game they're currently playing (if public). Private profiles return limited fields. Requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
steam_idYesA Steam account, in any form: a 17-digit SteamID64 (e.g. '76561197960287930'), a STEAM_1:0:11101 or [U:1:22202] id, a full profile URL, or a custom/vanity URL name (e.g. 'gabelogannewell').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description does not contradict them. It adds valuable behavior beyond annotations: private profiles return limited fields, and the currently playing game is only returned 'if public'. It also states the API key requirement, which is an authorization detail not present in 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 tightly written: a one-line purpose statement, followed by a compact list of returned fields, then privacy and authorization notes. No redundant or filler words. The main function is front-loaded, making it quick to parse.

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?

For a single-parameter read-only tool with an output schema present, the description is sufficient. It covers what the tool returns, privacy behavior, and authorization. The only missing piece is guidance on when to choose it over siblings, but that is already penalized under usage_guidelines.

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 schema description covers 100% of the parameter, and it is exhaustive: steam_id accepts multiple formats (SteamID64, STEAM_1, URL, vanity name). The tool description does not add any extra meaning beyond the schema, so 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 the verb 'Fetch' and the resource 'player's public profile summary', and lists specific fields returned (persona name, online state, etc.). It is distinct from sibling tools in intent, but does not explicitly differentiate itself from them by name or contrasting scope, so it does not earn a 5.

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. It mentions that an API key is required, but gives no context, exclusions, or comparisons with sibling tools like get_steam_level or get_player_bans. An agent would have to infer usage from the name alone.

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

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