Skip to main content
Glama
smeet666

mcp-metacritic

Read an entry

get_title
Read-onlyIdempotent

Fetch a Metacritic entry by slug and kind to retrieve its scores, description, and optional sections like awards, networks, and where to watch.

Instructions

Read one Metacritic entry by slug and kind, both from search_titles. Sections are opt-in because a full entry is large: 'basic' and 'scores' are the default and cover most questions. 'scores' fetches the critic and audience breakdowns, each with its own scale, so never compare the two numbers directly. Sections gate the payload: asking for 'scores' alone returns no description, and 'basic' alone returns no scores. 'networks' lists the broadcasters of a show; 'where_to_watch' costs an extra request and covers films and shows only. A long description paginates: when 'truncated' is true, call again with 'offset' set to 'next_offset'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhich catalogue the entry belongs to. Pass it back with the slug.
slugYesIdentifier from search_titles, such as 'the-matrix'.
offsetNoWhere to resume the description.
sectionsNoWhich parts to return. Each extra section beyond the default costs a request.
max_charsNoCharacter budget for the description.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
titleYes
awardsNoOne tally per ceremony. Metacritic publishes no per-category detail.
genresYes
offsetYes
imdb_idYesIMDb identifier, usable to cross-reference other sources.
taglineYes
networksNoBroadcasters, for shows.
truncatedYes
productionNo
user_scoreYes
descriptionYes
next_offsetYesPass as 'offset' to read the rest.
total_charsYesLength of the full description.
critic_scoreYes
returned_charsYes
where_to_watchNo
duration_minutesYesRuntime in minutes for a film, or the length of a typical episode for a show.
Behavior5/5

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

Adds valuable behavioral details beyond the read-only/idempotent annotations: sections gate each other, critic and audience scores use different scales (never compare), where_to_watch has an extra cost and only applies to films/shows, and long descriptions paginate with offset/next_offset. No contradictions.

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 compact yet information-dense. It front-loads the core action, then efficiently explains sections, behavior, and pagination without wasted words.

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 complexity (multiple optional sections, pagination, cost implications), the description covers all essential behaviors and gives clear guidance. The output schema exists, so return values are documented separately, making this description fully adequate.

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?

Despite 100% schema coverage, the description adds rich meaning to the sections parameter (defaults, gating, costs), to offset (pagination with truncated/next_offset), and to the semantics of scores (separate scales). This goes far beyond the schema descriptions.

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 unambiguously that it reads a single Metacritic entry by slug and kind, with identifiers coming from search_titles. This differentiates it from siblings that search or browse.

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?

Provides clear context: identifiers come from search_titles, sections are opt-in with a default set, and pagination is explained for long descriptions. Does not explicitly name alternatives like get_reviews, but the usage context is strong.

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