Skip to main content
Glama

Orca MCP

movies_discover

Read-onlyIdempotent

Find movies or shows by filters: genre, year, minimum rating, minimum votes, sort order. Use for 'action movies after 2020 rated above 7' style questions. Titles with few votes are noisy - min_votes (default 300, 0 disables) filters them. For brand-new releases use sort newest with min_votes 0-50, or movies_trending for what is hot now. Items with low_votes:true have shaky scores - warn the user. Do NOT use for title search (use movies_search).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for more results.
sortNoSort order.popular
yearNoRelease year (movies) or first-air year (shows).
genreNoGenre name like Action, Comedy, Drama, Horror, or a TMDB genre id.
limitNoResults to return, 1-50 (default 10).
mediaNomovie or tv.movie
companyNoStudio name or id, e.g. 'A24', 'Pixar'. Use movies_companies to resolve names.
keywordNoTheme keyword name or id, e.g. 'zombie' or 'heist'. Use movies_keywords to resolve names.
languageNoISO language like en-US or fa-IR for titles/overviews.en-US
min_votesNoMinimum vote count, default 300. Averages with few votes are noise - keep this unless hunting brand-new releases (then use 0-50 with sort newest).
min_ratingNoMinimum TMDB rating 0-10, e.g. 7.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds valuable behavioral context beyond that: it warns that few-vote titles are noisy and that min_votes filters them, and it explicitly instructs the agent to warn the user when low_votes:true is present. No contradiction with annotations.

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 tightly packed: it starts with the core purpose, then gives the canonical use case, clarifies the important min_votes noise issue, routes new-release queries to the right approach, and finishes with a clear non-use instruction. Every sentence earns its place; no filler or repetition.

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

Completeness4/5

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

For a tool with 11 optional parameters and no output schema, the description covers the major contexts: filter-based discovery, data-quality caveats, new-release handling, and sibling tool routing. It does not describe the return shape, but that is largely implied and the annotations carry the safety model. Slightly more could be said about pagination or language, but overall it is sufficiently complete for an agent to reason about when and how to use it.

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% and the parameter descriptions are already rich (e.g., min_votes explains the default and the brand-new-release adjustment). The tool description restates some of this and provides a usage example, but it does not add substantial new parameter meaning beyond the schema, so the baseline 3 is appropriate.

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 opens with a specific verb and resource: 'Find movies or shows by filters: genre, year, minimum rating, minimum votes, sort order.' It immediately distinguishes the tool from siblings by explicitly stating 'Do NOT use for title search (use movies_search)' and pointing to movies_trending for hot content, so an agent can tell them apart without opening schemas.

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

Usage Guidelines5/5

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

It gives an explicit when-to-use pattern: 'Use for "action movies after 2020 rated above 7" style questions.' It also gives conditional guidance for brand-new releases (sort newest with min_votes 0-50, or movies_trending) and an explicit exclusion for title search with the named alternative. This is unambiguous and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources