games__lookup_any_game
[遊戲發售日與預告片資料庫]用 Wikidata 公開資料查任何遊戲的發售日、平台、開發商、官方網站與 YouTube 影片。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes |
[遊戲發售日與預告片資料庫]用 Wikidata 公開資料查任何遊戲的發售日、平台、開發商、官方網站與 YouTube 影片。
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are supplied, so the description carries the full burden, and it does disclose the data source (Wikidata public data), which usefully signals an external read-only lookup whose coverage and freshness depend on an upstream dataset. However, it says nothing about behavior when a game is not found, language/localization behavior, or any rate/auth constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that is front-loaded with the domain tag and then the action and payload. Lean and free of filler, though the bracketed database label is slightly promotional rather than informational.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description appropriately enumerates the returned fields, which compensates for that gap. But with no annotations and an undocumented sole parameter, the definition remains incomplete on the input side.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for the single required parameter, which is cryptically named 'q'. The description implies 'q' is a game, but does not state whether it expects a title string, a localized name, or a Wikidata QID, nor anything about matching rules — leaving the only parameter ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb (lookup) and resource (any game) and enumerates the returned fields — release date, platforms, developer, official site, YouTube videos — which is concrete and verifiable. The bracket label '[Game release date and trailer database]' frames the domain. It stops short of naming or contrasting with siblings like games__get_game or games__list_games, so the agent must infer the distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit when-to-use guidance. The phrase 'any game' hints at broad coverage (presumably a fallback for titles not in a curated list), but the description never names an alternative tool or a condition that selects this one over games__get_game / games__list_games, both of which return overlapping data.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.