Skip to main content
Glama
ryanxili

TMDB MCP Server

by ryanxili

Search Movies

search_movie

Search for movies by title or keywords using The Movie Database (TMDB) API to find relevant film information and details.

Instructions

Search for movies by query

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
pageNoPage number (1-1000)
include_adultNoInclude adult content
Behavior2/5

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

With no annotations provided, the description carries full burden but reveals little behavior. It doesn't mention pagination behavior (implied by 'page' parameter but not explained), rate limits, authentication needs, response format, or what happens with empty results. 'Search' implies read-only, but this isn't explicitly stated.

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 extremely concise at just 5 words with zero waste. It's front-loaded with the core purpose. Every word earns its place, though this conciseness comes at the cost of completeness.

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 search tool with 3 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what the search returns, how results are ordered, pagination behavior, or how it differs from similar search tools. The minimal description leaves too many questions unanswered.

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?

Schema description coverage is 100%, so parameters are fully documented in the schema. The description adds no additional meaning about parameters beyond implying 'query' is the search term. Baseline 3 is appropriate when schema does the heavy lifting.

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

Purpose3/5

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

The description 'Search for movies by query' clearly states the verb ('search') and resource ('movies'), but it's vague about scope and doesn't distinguish from siblings like 'search_multi' or 'search_tv'. It doesn't specify what kind of search this is (title, keyword, etc.) or what fields are searched.

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 guidance is provided about when to use this tool versus alternatives like 'search_multi' (which searches across movies, TV, and people) or 'search_tv'. The description doesn't mention any context, prerequisites, or exclusions for usage.

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/ryanxili/tmdb-mcp'

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