Skip to main content
Glama
shreyapiu

OTT Helper MCP Server

by shreyapiu

get_all_content_on_platform

Retrieve the complete catalog of movies and shows available on a chosen OTT platform, with optional sorting by IMDB rating to help you decide what to watch.

Instructions

Get all available content on a specific platform

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformYesOTT platform name
sortByRatingNoSort results by IMDB rating (highest first) - default: true

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

The verb 'Get' implies a read-only operation with no side effects, but the description does not explicitly state that it does not modify data or mention any permissions or limitations. Since no annotations are provided, the description carries the burden but only partially covers behavioral transparency.

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 a single, concise sentence with no redundant information. It is well-structured and immediately understandable, making it easy for an agent to parse.

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?

The tool is simple and the schema fully documents inputs. However, there is no output schema and the description does not mention pagination, return format, or potential size constraints. Given the low complexity, this is mostly sufficient, but a bit more detail about the response would improve completeness.

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?

The schema covers 100% of parameters with descriptions, including the enum values and the default for sortByRating. The description does not add any additional semantic detail beyond the schema, so a baseline score of 3 is appropriate.

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: retrieving all content on a given platform. It uses a specific verb ('Get') and resource ('content'), and the platform scope is explicit. This distinguishes it from sibling tools that focus on recommendations or search.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus its siblings. While the name and description imply it is for broad retrieval, it does not direct users to alternatives like 'search_content_by_title' for narrower queries or 'get_recommendations_by_platform_and_rating' for filtered results.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/shreyapiu/cine-ott-assist'

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