Skip to main content
Glama

zinema

Server Details

Turn movie/TV recommendations into playable trailer pages: permanent, free, every title plays.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one creates a new list and the other checks an existing list's status. No overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (create_list, get_list), making their purposes immediately clear and predictable.

Tool Count3/5

With only two tools, the server feels minimal but usable for its narrow purpose. However, it falls short of the typical well-scoped range of 3-15 tools.

Completeness3/5

The server covers creation and status checking but lacks update or delete operations, which are notable gaps for managing lists over time.

Available Tools

2 tools
create_listCreate a playable trailer listA
Idempotent
Inspect

Turn your movie/TV recommendations into a playable trailer page on zinema.tv and share the link with the user. Each title plays as a full trailer the user can scroll, like a personal cinema session. Links are permanent and free. Returns per-title resolution (echo of what matched, so you can catch mix-ups) and playability. Use it whenever you recommend movies or shows: a page that PLAYS beats a text list.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemsYesYour recommended titles, in the order you want them to play.
titleNoOptional page title, e.g. 'Slow-burn thrillers for tonight'. Plain text, no URLs.
languageYesLanguage of your conversation with the user. Drives trailer language (original-with-subtitles when no dub exists), page wording and localized titles.
Behavior5/5

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

Beyond annotations (readOnly=false, idempotent=true, etc.), the description adds valuable behavioral details: links are permanent and free, each title plays as a full trailer, and it returns per-title resolution with an echo to catch mix-ups. This discloses expected side effects and output behavior, significantly aiding an agent's understanding.

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 four sentences, each with a distinct purpose: action/output, user experience, key properties (permanent/free), and usage guidance. There is no filler or redundancy, making it compact and easily skimmable.

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

Completeness5/5

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

With no output schema, the description compensates by clearly stating what the tool returns (per-title resolution and playability). It also covers the main workflow (create, share) and appropriate use cases, making it complete for a tool with simple parameters and a single sibling.

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 coverage is 100% with detailed descriptions for all parameters (items, title, language), so the baseline is 3. The description does not introduce new parameter-specific syntax but does hint at the 'items' parameter's role by discussing per-title resolution and playability, which indirectly supports understanding.

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 converts movie/TV recommendations into a playable trailer page on zinema.tv and shares the link. It uses a specific verb ('Turn... into') and identifies the resource and output, distinguishing it from the sibling get_list which retrieves existing lists.

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 to use it 'whenever you recommend movies or shows' and explains the benefit over a text list ('a page that PLAYS beats a text list'). It does not explicitly name get_list as an alternative, but the context implies creation versus retrieval, providing clear functional guidance.

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

get_listCheck a list's playabilityA
Read-only
Inspect

Check a zinema list you created earlier: which titles play now. A title that was 'pending' may have become 'playable' (its trailer gets acquired automatically) or 'no_trailer' (none exists anywhere).

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesThe list code returned by create_list.
Behavior4/5

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

The description adds meaningful context beyond the readOnlyHint and openWorldHint annotations by explaining dynamic state transitions from 'pending' to 'playable' or 'no_trailer'. It confirms a read-only operation that reflects changing conditions without contradicting the annotations.

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 two well-structured sentences: the first states the tool's purpose, the second explains the possible status transitions. It is front-loaded and contains no redundant or unnecessary words.

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?

For a simple tool with one parameter and no output schema, the description provides sufficient context about what the tool does and the significance of the statuses. It could be more explicit about the exact return format, but the phrase 'which titles play now' and the status explanations give an agent enough understanding to invoke it 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?

The schema already fully documents the single parameter 'code' as the list code returned by create_list. The description does not add extra parameter details beyond a slight contextual reminder that the list was created earlier, so the baseline for high schema coverage 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 checks a previously created list and reports which titles currently play. It uses a specific verb ('check') and resource ('zinema list'), and it distinguishes itself from the sibling create_list by focusing on inspection rather than creation.

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 implies the tool should be used after create_list by referencing 'a list you created earlier'. It does not explicitly mention when not to use it or name alternatives, but the sibling relationship and wording make the intended usage clear.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Tracks movies, books, and TV shows with ratings and preferences, providing intelligent cross-media recommendations. Automatically fetches metadata from OMDB, Google Books, and TMDB to help manage watchlists and analyze viewing patterns.
    Last updated
    1
  • -
    license
    -
    quality
    D
    maintenance
    Provides intelligent OTT content recommendations based on IMDB ratings, platform availability, and genre preferences, enabling users to search and filter movies and series across multiple streaming services.
    Last updated
  • A
    license
    A
    quality
    F
    maintenance
    Giving AI assistants the ability to search movies and TV shows, find torrents with magnet links, check streaming availability, and explore cast/crew metadata.
    Last updated
    98
    10
    30
    10
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources