Skip to main content
Glama
simentob

TMDB MCP Server

by simentob

tmdb_review_details

Retrieve comprehensive details of a TMDB movie or TV show review, including author, content, and rating, by providing the review ID.

Instructions

Retrieve the details of a movie or TV show review from TMDB.
Args:
    review_id: The TMDB review ID (required).
Returns:
    Formatted string with review details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
review_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden. It discloses that the return is a 'Formatted string with review details,' but it does not mention error handling, authentication requirements, side effects, or any other behavioral traits. This is minimal transparency beyond the obvious read operation.

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

Conciseness5/5

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

The description is exceptionally concise, using a single sentence plus clearly labeled Args and Returns sections. There is no fluff, and all information is front-loaded with the primary verb and resource.

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?

For a simple one-parameter retrieval tool, the description is adequate: it states purpose, describes the parameter, and mentions the return format. However, it omits usage context such as how to get a review_id, relationship to sibling review-listing tools, and potential error scenarios. Given no annotations and an output schema that may cover return details, this is a mid-level score.

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 has no property descriptions (0% coverage). The description's Args section adds 'review_id: The TMDB review ID (required).' This provides a label and indicates it is required, but the meaning is nearly tautological. It does not explain the ID's format or how to obtain one, though for a single parameter it offers some compensation.

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

Purpose5/5

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

The description clearly states the tool's function: 'Retrieve the details of a movie or TV show review from TMDB.' The verb is specific and the resource is well-defined. It also distinguishes itself from siblings like tmdb_movie_reviews/tmdb_tv_reviews by focusing on individual review details rather than lists.

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 explicit usage guidance is provided. The description does not mention when to use this tool versus alternatives, nor does it reference sibling tools or how to obtain a review_id. The intended usage is only implied by the tool's purpose.

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/simentob/movies-mcp-server'

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