lookup_any_title
用 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?
With no annotations, the description carries the full burden, and it does disclose the data source (Wikidata public data), which signals likely coverage/accuracy limits and an implicit read-only nature via 'look up'. It does not describe behavior on missing entries, ambiguity resolution, or result shape.
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 front-loaded sentence with no filler; the enumerated return fields are the only slightly list-heavy part but they are informative rather than redundant.
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 and no annotations, the description usefully enumerates the returned fields, partially compensating. However the input contract (what 'q' accepts) and ambiguity/error handling remain unexplained for a lookup tool.
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% and the single parameter 'q' is never explained. The description implies q is a title name but gives no format guidance (native vs English title, Wikidata QID, year disambiguation), which matters for a fuzzy title lookup.
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 (查/look up) and resource (any movie, series, anime) and even the data source (Wikidata) plus the fields returned (release date, director, studio, platform, official site, YouTube). This distinguishes it from narrower siblings like release_calendar or release_countdown, but it never names an alternative to contrast against get_title.
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 or when-not-to-use, and no mention of the sibling tools (get_title, list_titles). An agent must infer that this is the broad 'look anything up' tool versus the narrower ones purely from the word 'any'.
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.