Skip to main content
Glama

lookup_gid_shopid_v1

Find IsThereAnyDeal game IDs by entering a shop ID and request body. Converts shop-specific game identifiers into ITAD IDs for deal lookup.

Instructions

[POST] /lookup/id/shop/{shopId}/v1 - Lookup ITAD game IDs by IDs on shop。必填: path: shopId | 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 接口可忽略)
pathParamsYes路径参数对象,必填: shopId
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses HTTP method, required body, and optional API key, and points to itad://guide/calling for full instructions. However, it does not explicitly state read-only status, side effects, or response format; 'lookup' implies a read but safety disclosure is absent.

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?

Two sentences with key info front-loaded: endpoint, purpose, required params, auth, and guide reference. No fluff, though the mixed-language '必填' section is slightly cryptic.

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?

No output schema, and the description does not describe return values or error behavior. Core invocation details (endpoint, required params, auth) are present, but the body schema is undefined and the response format is absent. Pointer to a guide partially mitigates this, but it shifts the burden to another resource.

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?

Input schema has 100% description coverage but descriptions are minimal (e.g., body is just 'request body (required)'). The description adds clarity by specifying required path and body parameters and listing environment variable names for the API key, which is not in the schema. However, the body structure remains undocumented, and the description defers to an external guide.

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?

Description states 'Lookup ITAD game IDs by IDs on shop' with the endpoint path /lookup/id/shop/{shopId}/v1, clearly identifying it as a lookup operation for game IDs given a shop ID. It does not explicitly differentiate from sibling lookup_shopid_gid_v1, but the path parameter makes its direction clear.

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 on when to use this tool versus alternatives like lookup_gid_title_v1 or lookup_shopid_gid_v1. It only provides required/optional parameter notes and a pointer to a guide, but no use-case context or exclusion criteria.

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