Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OTTASIA_BASE_URLNoOptional base URL for the OTTASIA API. Set to http://localhost:3000 for local development.https://ottasia.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
where_to_watchA

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.

whats_new_onA

List the latest movies and TV shows recently added to a specific streaming service in a specific country.

Use this tool when a user asks 'what's new on Netflix in India', 'any new shows on Wavve', 'what came out on Disney+ Hotstar this month', etc.

Common provider slugs to use as the provider argument: netflix, prime-video, disney-plus-hotstar, jiohotstar, hulu-japan, wavve, tving, viu, vidio, iqiyi, shahid, osn-plus, starzplay, hoichoi, chorki, zee5, sun-nxt, aha, eros-now, manorama-max, shemaroo-me, crunchyroll, apple-tv-plus, hbo-max

Country must be a 2-letter ISO code from OTTASIA's 30 supported 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 a list of recent arrivals with brief overviews + links. Pair with where_to_watch if the user wants details on a specific title.

search_titlesA

Search OTTASIA's catalog for movies or TV shows by name. Returns multiple candidates with year, type, brief overview, and country-aware OTTASIA link.

Use this when a user asks 'find me X' or when a query is ambiguous (e.g. 'joker', 'the office') and you need to clarify which title they meant before checking availability. Use where_to_watch instead when the user has already named a specific title and country and just wants the streaming providers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search_titles for initial lookup, whats_new_on for new arrivals, and where_to_watch for availability. No overlap, so agents can easily select the correct tool.

Naming Consistency2/5

The naming pattern is inconsistent: one tool uses verb_noun (search_titles), while the other two use phrase-style names (whats_new_on, where_to_watch). This mixed convention may confuse agents expecting a uniform pattern.

Tool Count4/5

Three tools is on the lower end of the well-scoped range (3-15). While the set covers core functionality, it feels slightly minimal but still acceptable for a focused streaming guide server.

Completeness2/5

The tool set lacks obvious operations like browsing a provider's full catalog or filtering by genre/rating. Agents cannot answer queries such as 'What sci-fi movies are on Netflix in India?' without workarounds, indicating significant gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues