Skip to main content
Glama

internal_players_v1

Retrieve player count statistics for a game by its app ID. Requires an API key.

Instructions

[GET] /internal/players/v1 - Number of Players Statistics。必填: query: appid。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo请求体(可选)
queryYesQuery 参数对象,必填: appid
headersNo请求头对象(可选)
oauthTokenNoOAuth token(非 oauth 接口可忽略)
pathParamsNo路径参数对象(可选)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the HTTP method (GET) and authentication requirement (API key), but does not describe the response format, error behavior, data scope, or any side effects. For a stats endpoint, this is a significant gap beyond what the schema offers.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the HTTP method and purpose. It efficiently communicates required parameter, auth, and a pointer to full docs. The text is slightly dense due to the mix of Chinese and environment variable list, but every sentence serves a purpose without unnecessary fluff.

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

Completeness3/5

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

The description gives the essential invocation details (method, resource, required param, auth) and points to a guide for full instructions. However, it lacks any description of the return value or data structure, especially with no output schema available. It is minimally adequate but leaves the agent uncertain about the response content.

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 baseline is 3. The description only restates that query.appid is required, which is already in the schema. It adds no extra meaning about appid's format, valid values, or how the parameter affects the request, so it does not exceed the baseline.

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 explicitly states '[GET] /internal/players/v1 - Number of Players Statistics', providing a clear verb and resource. It clearly distinguishes from sibling internal_* tools (e.g., internal_rates_v1, internal_reviews_v1) by specifying it returns player count statistics.

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 indicates a required query parameter (appid) and API key, but does not explicitly state when to use this tool versus alternatives or mention exclusions. Usage context is implied: use when needing number of players statistics for a given appid, but no alternative/comparison guidance is provided.

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/ai-repo-save/isthereanydeal-mcp'

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