Skip to main content
Glama

get-movie-detail

Fetch detailed information for any Douban movie using its unique ID. Access title, rating, directors, cast, and plot summary to power your movie-related features.

Instructions

get movie detail

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesdouban movie id, e.g. "1291546"
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It fails to state whether the operation is read-only, what data is returned, or any side effects. The description is simply a restatement of the name with no behavioral detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is under-specified rather than genuinely concise. 'get movie detail' contains no useful information that isn't already in the tool name, so it fails to earn its place.

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

Completeness1/5

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

The tool is a simple get-by-id operation, but the description is completely inadequate. It does not explain what 'detail' includes, what the return value looks like, or how to handle errors. Given there is no output schema, the description should carry responsibility for explaining the response, and it does nothing.

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 provides full coverage for the single parameter 'id' with a clear description ('douban movie id'). The description adds nothing beyond the schema, but the baseline for high schema coverage is 3, and the schema sufficiently explains the parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'get movie detail' is a tautology that simply restates the tool name. It provides no additional specificity about what kind of detail, what resource is accessed, or how it differs from siblings beyond the name itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives like search-movie or get-tv-detail. There is no mention of use cases, prerequisites, 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/F1sh-Yu/douban-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server