Skip to main content
Glama

internal_reviews_v1

Retrieve a game's review score by providing its appid. Uses the IsThereAnyDeal API to return the score data.

Instructions

[GET] /internal/reviews/v1 - Reviews Score。必填: 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?

No annotations are supplied, so the description must fully disclose behavior. It implies a read-only operation via the HTTP method and mentions the API key requirement, but it omits rate limits, error patterns, and the meaning of the response. The reference to an external guide is helpful but not a substitute for direct disclosure.

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 and front-loaded with the HTTP method and resource, followed by essential auth info and a link to the guide. Every sentence earns its place, and there is no fluff.

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?

The tool has no output schema and nested query parameters, so the description should clarify return values and edge cases. It only says 'Reviews Score' without explaining the response format or potential errors. The guide link is useful, but the description itself is incomplete for an agent to use confidently.

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 documents the required query.appid parameter and its type, so the description's repetition of '必填: query: appid' adds little value. With 100% schema coverage, the baseline is 3, and the description doesn't go beyond the schema to explain what appid represents or how to obtain it.

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 identifies the tool as a GET endpoint for 'Reviews Score', which is a specific resource distinct from sibling tools like internal_rates_v1. However, it doesn't elaborate on what constitutes a 'Reviews Score' or the shape of the response, so it's clear but not fully specific.

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 states the required parameter and authentication, but doesn't mention use cases, prerequisites, or exclusions. This leaves the agent without context for tool selection.

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