Skip to main content
Glama
rollecode

seerr-mcp

by rollecode

list_discover_genreslider_movie

Read-onlyIdempotent

Get movie genre slider data for discovery interfaces. Use an optional language parameter to retrieve locally relevant movie genres.

Instructions

Get genre slider data for movies.

GET /api/v1/discover/genreslider/movie

Args: language: Query parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the HTTP GET endpoint but discloses no further behavioral context such as default language behavior, response contents, or limitations.

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?

Purpose is front-loaded and the endpoint/args are clearly separated. It is minimal and free of filler, though the parameter line is thin.

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: one optional parameter, no required fields, output schema present, and safety annotations cover side effects. However, the description leaves the language parameter under-specified and offers no usage context, so completeness is only adequate.

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?

Schema description coverage is 0%, so the description must compensate. It only says language is a Query parameter, without explaining accepted values, format, or what omitting it means.

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?

States a specific verb and resource: 'Get genre slider data for movies,' and gives the exact endpoint. This clearly distinguishes it from the sibling list_discover_genreslider_tv and other list/get tools.

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?

Provides no when-to-use guidance or alternatives. It does not mention that list_discover_genreslider_tv is the TV counterpart or when one should be preferred over the other.

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

Deploy Server

Other Tools