Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

justwatch_title_analysis

Analyze a JustWatch title to get streaming provider availability, monetization buckets, formats, price ranges, and best rent, buy, free, or subscription options.

Instructions

Analyze JustWatch title availability. Fetches a JustWatch title page and summarizes provider availability, monetization buckets, formats, price ranges, and best rent/buy/free/subscription options. Pass exactly one of path or url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoJustWatch title path
urlNoAbsolute https://www.justwatch.com title URL
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool fetches and summarizes data, implying a read-only operation. It lists the types of information returned (provider availability, monetization buckets, etc.), which is helpful. However, it does not explicitly state that the tool is read-only or non-destructive, nor does it mention any potential side effects (though none are expected).

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 two sentences long: the first explains the tool's purpose and output, and the second provides a critical usage instruction. Every sentence earns its place, and the structure is front-loaded with the most important 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?

Given the tool's simplicity (2 optional parameters, no output schema, no annotations), the description provides sufficient context about what the tool does and returns. It summarizes the key output categories (provider availability, monetization buckets, etc.), which is adequate for an agent to understand the return value. The lack of an output schema is compensated by the description's detail.

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

Parameters4/5

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

The schema has 100% coverage with descriptions for both parameters. The description adds value by instructing 'Pass exactly one of `path` or `url`', which clarifies that despite both being optional in the schema, exactly one should be provided. This prevents ambiguity and helps the AI agent avoid invalid API calls.

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 verb 'Analyze' and the resource 'JustWatch title availability'. It specifies that it fetches a title page and summarizes provider availability, monetization buckets, formats, price ranges, and best options, which distinguishes it from sibling tools like justwatch_title (which likely returns raw title data) and justwatch_title_offers (which may focus on individual offers).

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 explicitly says 'Pass exactly one of `path` or `url`', which is a clear usage instruction. However, it does not provide guidance on when to use this tool versus alternative sibling tools, nor does it state when not to use it. A brief mention of scenarios (e.g., 'Use this for a summarized overview instead of raw title data') would improve the score.

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