Skip to main content
Glama
kkrizka

MCP JustWatch Server

by kkrizka

get_offers_for_countries

Retrieve streaming offers for movies and TV shows across multiple countries. Input the JustWatch node ID and country codes to get platform availability.

Instructions

Get streaming offers for specific content across multiple countries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idYesThe JustWatch node ID (from search results)
countriesYesList of two-letter country codes (e.g., ['US', 'GB', 'CA', 'AU'])
languageNoISO 639-1 language code (e.g., 'en', 'es', 'fr')en
best_onlyNoReturn only best quality offers per platform

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description bears full burden of behavioral disclosure. It does not mention what the offers contain, whether there are limits, pagination, or side effects. The description is too sparse to inform an agent about behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no redundant phrasing. It is efficient, though it could include a bit more context without becoming verbose.

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

Completeness2/5

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

Given 4 parameters, an output schema, and sibling tools, the description is too brief. It does not explain that node_id comes from search_content, that countries should be ISO codes, or the effect of best_only. The agent lacks sufficient context to use the tool correctly.

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?

Schema description coverage is 100% so baseline is 3. The description adds no extra meaning beyond the schema; it does not explain how to obtain node_id or what the country codes require. Thus it meets but does not exceed the baseline.

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 'Get streaming offers for specific content across multiple countries' clearly states the verb (get) and resource (streaming offers), and implies scope (multiple countries). It distinguishes from sibling tools 'get_details' and 'search_content' which serve different purposes.

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

Usage Guidelines3/5

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

The description implies the tool is for retrieving offers across multiple countries after obtaining a node_id, but does not explicitly state when to use it versus alternatives, nor does it mention prerequisites like first using 'search_content' to get a node_id.

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/kkrizka/mcp-justwatch'

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