Skip to main content
Glama

rotten-tomatoes.tv_show_details

Look up a TV series on Rotten Tomatoes by slug (for example breaking-bad).

Returns title, years on air, TV rating, season count, genres, description, poster and hero images, Tomatometer and Popcornmeter scores, and creator/cast highlights.

Cost = 5 tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tv_show_slugYesTV series slug (for example breaking-bad).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoTV series slug.
yearNoYears on air (for example 2008 - 2013).
titleNoSeries title.
tomatometerNoAverage Tomatometer score and metadata.
popcornmeterNoAverage Popcornmeter score and metadata.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the disclosure burden. It implies a read-only lookup via 'look up' and discloses a 'Cost = 5 tokens' behavioral trait. However, it does not mention potential error cases (e.g., invalid slug), authentication requirements, or rate limits, leaving some behavioral aspects implicit.

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 three sentences, front-loaded with the core purpose, followed by a concise list of return data and a cost note. Every sentence provides useful information without redundancy or fluff. It is highly efficient for agent consumption.

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?

The description is complete for a simple lookup tool: it states the input (slug), the output fields, and the cost. An output schema exists, so return values are already documented. It could be enriched by mentioning that search can be used to find slugs, but this is a minor omission given the tool's simplicity.

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?

The input schema already provides a description for tv_show_slug with an example (breaking-bad). The tool description repeats the slug example but does not add additional meaning, such as how to obtain a slug (e.g., via search) or any format constraints beyond what the schema states. Schema coverage is 100%, so the baseline of 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 explicitly states 'Look up a TV series on Rotten Tomatoes by slug' with a concrete example, clearly identifying the operation and resource. It distinguishes from sibling tools like movie_details and tv_show_cast_and_crew by focusing on overall TV details. The verb 'look up' and resource naming are specific and unambiguous.

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?

The description provides clear context on when to use: whenever a user needs comprehensive TV series details (years, ratings, genres, scores, etc.) from Rotten Tomatoes. It does not explicitly mention alternatives or exclusions, such as using rotten-tomatoes.tv_show_cast_and_crew for full cast information, but the scope is well understood from the listed return fields.

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.