Skip to main content
Glama
samuel-adjin

MCP Movie Assistant

by samuel-adjin

get-movie-details

Retrieve detailed information about a movie by providing its TMDB ID. Access plot, cast, ratings, and more.

Instructions

Get details for a specific movie using the TMDB API

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
movieIdYesTMDB movie ID
languageNoen-US
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Get details', which implies a read operation, but it does not mention safety (e.g., read-only, no side effects), required authentication, rate limits, or error conditions. This is insufficient for a tool without annotations.

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?

The description is a single sentence with no fluff. It is front-loaded with the core action. However, it could be slightly longer to improve completeness without sacrificing conciseness.

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?

For a simple tool with no output schema, the description is minimal. It does not explain what 'details' include (e.g., cast, ratings, plot) or the structure of the response. Given the singular purpose and sibling tools, more context on the type of returned data would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 50% of parameters with descriptions (movieId has one, language does not). The description does not add any additional meaning to the parameters, such as explaining the movieId format or language defaults. Given low schema coverage, the description should compensate, but it does not.

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 states it retrieves details for a specific movie using the TMDB API. The verb 'Get' and resource 'details for a specific movie' are present. It distinguishes from sibling list tools (search, trending, recommendations, discover) by emphasizing 'specific movie', though it could explicitly name the alternatives.

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

Usage Guidelines3/5

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

The description implies use when you need details for one specific movie, contrasting with siblings that return lists. However, it does not explicitly state when not to use this tool or name the alternatives. The context of sibling tools is provided separately, but the description itself lacks guidance.

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/samuel-adjin/movie-assistant-mcp'

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