Skip to main content
Glama
shreyapiu

OTT Helper MCP Server

by shreyapiu

search_content_by_title

Find movies and series by title across streaming platforms. Use partial or exact title matches to locate OTT content quickly.

Instructions

Search for OTT content by title

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle or partial title to search for
exactMatchNoRequire exact title match (default: false for partial match)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the function without detailing return format, pagination, case sensitivity, or side effects. The description adds no behavioral context beyond what the name suggests.

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?

A single, front-loaded sentence that conveys the core purpose without waste. It is appropriately sized for a simple search tool.

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?

The description is too minimal for a tool with no output schema and no annotations. It does not mention what the response contains (e.g., list of matches, details) or any filtering behavior. An agent may need to infer the return format from context, which is a significant gap.

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%, and both parameters are described. The description adds little beyond the schema; it only mentions 'by title', which aligns with the required parameter. No extra semantic context for exactMatch is provided.

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?

Description states a clear verb ('Search') and resource ('OTT content') with a specific modifier ('by title'). It is distinct from sibling tools that focus on recommendations and platform/genre filters, so an agent can easily differentiate it.

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 usage is implied: use when searching by title. However, there is no explicit statement of when not to use it or mention of alternatives like get_recommendations_by_criteria for broader discovery. The description does not provide explicit routing guidance.

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