Skip to main content
Glama

games_overview_v2

Retrieve a consolidated price overview for a set of games. Get current prices, historical lows, and shop-specific deals in one API call.

Instructions

[POST] /games/overview/v2 - Price Overview。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes请求体(此接口必填)
queryNoQuery 参数对象(可选)
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 must disclose behavioral traits. It mentions API key requirements and points to a guide resource, but does not state whether the operation is read-only, what it returns, or any side effects. For a POST endpoint, this is a significant gap.

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 appropriately concise, front-loading the endpoint and purpose, then stating requirements. Two sentences with no wasted words.

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

Completeness2/5

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

For a 5-parameter tool with no output schema and no annotations, the description is incomplete. It lacks body structure, return format, and clear use cases. The pointer to an external guide resource attempts to compensate but is not self-contained.

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 coverage is 100% since each parameter has a basic description. The tool description adds only 'body required', which is already in the schema's required array, so no additional meaning is provided.

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 identifies the endpoint and resource as 'Price Overview', which is clear enough to suggest a pricing-related operation. However, it lacks an explicit verb (e.g., 'get', 'fetch') and does not differentiate from sibling tools like games_prices_v3 or deals_v2.

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?

No guidance is given on when to use this tool instead of alternatives. It only states required body and API key requirements, with no contextual cues for typical use cases or exclusions.

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