Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

rottentomatoes_season

Retrieves structured Rotten Tomatoes TV season metadata, scorecard data, parent series info, and episode rows from a public season page.

Instructions

Rotten Tomatoes season detail. Returns normalized Rotten Tomatoes TV season metadata, scorecard data, parent series metadata, and episode rows from a credential-free public season page. Pass exactly one of path or url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoRotten Tomatoes season path
urlNoAbsolute https://www.rottentomatoes.com season URL
Behavior3/5

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

No annotations provided, so description bears full burden. It states 'credential-free public season page' (no auth needed) and lists returned data types. However, lacks details on side effects, rate limits, or caching behavior.

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?

Two sentences: first states purpose and return content, second gives parameter usage rule. No unnecessary words, front-loaded with essential information.

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?

While the description lists what is returned, it lacks details on output structure (no output schema). Given the complexity of season data, more information about return format could be helpful. Otherwise 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?

Schema has 100% coverage with descriptions for both parameters. The description adds the crucial constraint 'Pass exactly one of path or url', which is not in the schema, providing significant added value.

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 clearly states the tool returns 'Rotten Tomatoes season detail' with specific data types (metadata, scorecard, parent series, episodes). It distinguishes from siblings like rottentomatoes_episode and rottentomatoes_series by targeting season-level data.

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 instruction to 'Pass exactly one of path or url', which is critical since the schema doesn't enforce this. No explicit when-to-use or exclusions, but the purpose implies use for season details.

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/Crawlora-org/crawlora-mcp'

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