Skip to main content
Glama

steam_get_current_players

Get the live player count for a Steam game via its AppID. Use this data to check whether a title remains active and popular.

Instructions

Returns the number of players currently in-game for a Steam app. Accepts a Steam AppID. Useful for checking if a game is still active/popular. Example: AppID 730 (CS2) typically has 500k+ concurrent players.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYesSteam AppID (e.g. 730 for CS2)
Behavior3/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It plainly states the core output, but does not mention response format, error behavior (e.g., invalid AppID), authentication requirements, or rate limits. The example adds a helpful scale reference but leaves key behavioral details unaddressed.

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 succinct, front-loaded with the main purpose, and every sentence provides value: the core function, the input, a usage guideline, and a concrete example. No wasted words.

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 simple one-parameter tool with no output schema, the description covers the essential purpose, input, and use case. It omits the exact response structure (e.g., field name), which could matter to an agent, but the phrase 'number of players' and the example mitigate this. Overall it is nearly complete, with only minor 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?

The schema already fully documents the appid parameter with type, pattern, and an example, so description-level detail is redundant. The description does reinforce the example (730 for CS2) and adds typical player count context, but it does not add meaning beyond the schema's coverage.

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 verb ('Returns'), the resource ('the number of players currently in-game for a Steam app'), and the required input (AppID). It distinguishes from sibling tools that handle player summaries, friend lists, bans, etc., by focusing specifically on live player counts.

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 provides clear usage context ('Useful for checking if a game is still active/popular'), which implies when to use it. However, it lacks explicit alternatives or when-not-to-use guidance, though the sibling tools are distinct enough that this is a minor gap.

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

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