Skip to main content
Glama
smeet666

mcp-metacritic

Browse rankings

browse_titles
Read-onlyIdempotent

List films, shows, or games by critic score, release date, or popularity, with optional genre filter to narrow down results.

Instructions

List films, shows or games by score, by release date or by current popularity. Use this when there is no specific title to look up: best rated, newest, what people are looking at now. Filter by genre with a single name such as Horror, Comedy or Action. Sorting by score returns the all-time ranking, which is dominated by older titles: combine with a genre to narrow it. Scores come back on their own scales, 100 for critics and 10 for users. Paging is approximate: Metacritic does not order tied entries stably, so an entry can appear on two consecutive pages. Deduplicate by slug rather than counting rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoWhich catalogue to list.movie
sortNo'score' is the critic ranking, 'recent' is by release date, 'popular' is current attention.score
genreNoSingle genre name, such as Horror. Omit for all genres.
limitNoHow many rows to return.
offsetNoHow many rows to skip, for paging.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
sortYes
genreYes
notesYes
offsetYes
resultsYes
next_offsetYesPass as 'offset' for the next page. Tied entries are not ordered stably upstream, so deduplicate by slug across pages.
total_availableYesHow many entries match upstream, which is the size of what this samples.
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations: score scales (100 for critics, 10 for users), approximate paging with possible duplicate entries across pages, and the all-time ranking bias toward older titles. These are non-obvious traps the agent must account for.

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?

Seven sentences are tightly structured: purpose and intended use first, then filtering, then result interpretation, then paging caveats. Every sentence adds value and there is no redundant phrasing.

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

Completeness5/5

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

Given the tool's moderate complexity, read-only annotations, and existing output schema, the description fully covers what the tool does, when to use it, how to filter, how to interpret scores, and how to handle paging edge cases. No crucial information is missing.

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

Parameters5/5

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

Schema coverage is 100%, but the description enriches the parameter meanings: it explains what each sort option yields, instructs genre to be a single name like Horror, and warns that offset paging is approximate so deduplication by slug is needed. This is more than the schema descriptions provide.

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: 'List films, shows or games by score, by release date or by current popularity.' It clearly distinguishes this browsing tool from siblings by stating it is for when there is no specific title to look up, unlike search_titles or get_title.

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

Usage Guidelines4/5

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

It explicitly says 'Use this when there is no specific title to look up' and lists example intents (best rated, newest, what people are looking at now). It does not directly name sibling tools as alternatives, but the exclusion is clear enough given the visible sibling list.

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/smeet666/mcp-metacritic'

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