Skip to main content
Glama
simentob

TMDB MCP Server

by simentob

tmdb_tv_reviews

Retrieve TV show reviews from TMDB by series ID. Specify language and page for localized, paginated results.

Instructions

Get the reviews that have been added to a TV show from TMDB.
Args:
    series_id: The TMDB series ID (required).
    language: Language code (default: en-US).
    page: Page of results (default: 1).
Returns:
    Formatted string with TV show reviews.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
languageNoen-US
series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It does mention the return format ('Formatted string') and parameter defaults, providing some behavioral insight. However, it does not disclose read-only status, rate limits, error handling, or other edge cases, which limits transparency.

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 concise and well-structured: a single-purpose sentence followed by Args and Returns sections. Every element earns its place, and the purpose is front-loaded.

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?

The tool is simple, and the description covers purpose, parameters, and return type. However, it lacks usage context (when to prefer over similar tools) and behavioral caveats (safety, errors). Given the absence of annotations, additional context would make it more complete.

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

Parameters4/5

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

Schema coverage is 0%, so the description's parameter details are vital. It explains series_id is required, language defaults to en-US, and page defaults to 1, adding meaning beyond the raw schema types and defaults. It could be even more explicit about language code format, but it is adequate.

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 action ('Get the reviews'), the target resource ('a TV show'), and the source ('TMDB'). It also inherently distinguishes itself from the sibling tmdb_movie_reviews by explicitly targeting TV shows, not movies.

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?

There is no guidance on when to use this tool versus alternatives like tmdb_movie_reviews or tmdb_search_movies. The description simply defines what the tool does without any exclusions, prerequisites, or recommendations.

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