Skip to main content
Glama

Where to watch

where_to_watch
Read-onlyIdempotent

Find which streaming services carry a specific movie or TV show in a specific Asian or Middle Eastern country.

Use this tool whenever a user asks 'where can I watch X in Y' for any of these 30 markets: IN PK BD ID MY PH SG TH MM KH LA BN CN HK JP KR TW KZ UZ TR IL LB JO SA AE KW QA BH OM EG

Returns the matched title's official name + year + provider list grouped by category (subscription, free, free-with-ads, rent, buy). Includes a link to OTTASIA's full title page for users who want trailers, cast, or alternate-country lookups. Best for queries about availability on Netflix, Amazon Prime, Disney+ Hotstar, JioCinema, Hulu Japan, Wavve, TVING, Shahid, OSN+, iQiyi, Viu, Vidio, RCTI+, Hoichoi, Chorki, ZEE5, Sun NXT, Aha, Eros Now, and other regional Asian/MENA streamers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesMovie or TV show name. English, romanized, or original-language title all work (e.g. 'Squid Game', 'RRR', 'Pathaan', 'Dilwale Dulhania Le Jayenge').
countryNo2-letter ISO country code. One of: IN, PK, BD, ID, MY, PH, SG, TH, MM, KH, LA, BN, CN, HK, JP, KR, TW, KZ, UZ, TR, IL, LB, JO, SA, AE, KW, QA, BH, OM, EG. Defaults to IN if omitted.

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, clearly indicating safety. The description adds value by detailing the output (matched title, year, provider list grouped by category, a link) but does not explicitly reaffirm the idempotent or open-world nature. With annotations covering safety, the description provides moderate additional context.

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 concise at about 10 sentences, front-loads the purpose, and uses a list for markets and providers. It is well-structured and informative without excessive verbosity, though it could be slightly shorter.

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 only 2 parameters with full schema coverage, no output schema, and the presence of annotations, the description provides sufficient context: output structure, example providers, and a link for more details. It does not cover error cases (e.g., title not found), but overall it is complete enough for its complexity.

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?

Input schema coverage is 100%, so baseline is 3. The description adds meaningful extra information: title can be 'English, romanized, or original-language', with examples; for country, it lists the 30 codes and notes default to IN. This goes beyond the schema description, justifying a 4.

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's purpose: 'Find which streaming services carry a specific movie or TV show in a specific Asian or Middle Eastern country.' It specifies the scope (30 markets) and provides examples of streaming services. It implicitly distinguishes from siblings like 'search_titles' and 'whats_new_on' by focusing on availability queries.

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 'Use this tool whenever a user asks "where can I watch X in Y" for any of these 30 markets' and lists the markets. It also says 'Best for queries about availability on...' which gives context. However, it does not mention when not to use it or differentiate from sibling tools, so a 4 is appropriate.

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.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: search_titles for finding a title by name, whats_new_on for recent additions to a service, and where_to_watch for streaming availability. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: search_titles, whats_new_on, where_to_watch. No mixing of conventions.

Tool Count5/5

Three tools is well-scoped for a streaming availability server, covering the essential operations of searching, discovering new content, and checking where to watch. Not too few or too many.

Completeness5/5

The tool set covers the core tasks: title search, new arrivals discovery, and streaming availability lookup. No obvious gaps for the domain of OTTASIA's catalog and streaming information.