Skip to main content
Glama

Server Details

Search Blu-ray and 4K UHD movies, featured titles, and detailed movie information.

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 DescriptionsB

Average 3.8/5 across 7 of 7 tools scored. Lowest: 2.9/5.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: browsing by tag, by year/genre, featured movies, detailed info, similar movies, listing tags, and search. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in lowercase snake_case, making them predictable and easy to distinguish.

Tool Count4/5

7 tools is a reasonable count for a movie discovery server. It covers the core functions without being too few or too many, though it could be expanded.

Completeness4/5

The tool set covers browsing, searching, details, similarities, and tag management. Missing user or admin actions, but for a read-only API it's fairly complete.

Available Tools

7 tools
browse_by_tagAInspect

Browse Blu-ray movies by category/tag (e.g. "weihnachtsfilme", "action", "klassiker"). Use list_tags to discover available tags.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesThe tag slug (URL-friendly identifier, e.g. 'weihnachtsfilme', 'action')
limitNoMaximum number of results (1-25, default 10)
Behavior2/5

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

With no annotations provided, the description bears full burden of behavioral disclosure. It only states the core function without mentioning read-only nature, rate limits, authentication, or output format. This is insufficient for a tool with no 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?

Two concise sentences with no fluff. The core function is stated first, and the guidance to use list_tags is appended. Every sentence earns its place.

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 the tool's simplicity (2 parameters, no output schema), the description adequately covers the basic usage and context via the sibling reference. However, some details about pagination or return format could enhance 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?

Schema coverage is 100%, so the schema already describes both parameters (tag slug and limit). The description adds minimal additional meaning beyond naming the concept of 'category/tag'. Baseline 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 verb ('Browse'), resource ('Blu-ray movies'), and method ('by category/tag'). It also mentions 'list_tags' to discover tags, helping distinguish from sibling like 'browse_movies'.

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 instructs users to 'Use list_tags to discover available tags', providing clear context for when to use this tool. However, it does not explicitly state when not to use it compared to siblings like 'search_movies'.

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

browse_moviesAInspect

Browse Blu-ray movies filtered by release year (exact or range) and/or genre. At least one filter is required.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoExact release year (e.g. 1999)
genreNoGenre to filter by (e.g. 'Science Fiction', 'Action')
limitNoMaximum number of results (1-25, default 10)
yearToNoEnd of release year range (inclusive)
yearFromNoStart of release year range (inclusive)
Behavior3/5

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

No annotations are provided, so the description must disclose behavior; it implies a read-only browsing operation and the filter requirement, but omits details like pagination, rate limits, or error behavior.

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?

Two concise sentences, front-loaded with the action and constraint, with no redundant information.

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

Completeness3/5

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

Given 5 parameters, no output schema, and no annotations, the description covers the purpose and critical constraint but lacks details on return format, default limit, sorting, or behavior when multiple filters are combined.

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%, so baseline is 3; the description reiterates filtering by year/range and genre but adds no new detail beyond what the parameter descriptions already provide (e.g., inclusivity of ranges).

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 browses Blu-ray movies with filtering by year (exact or range) and/or genre, which distinctly sets it apart from siblings like search_movies or browse_by_tag.

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?

It specifies the required condition 'At least one filter is required,' guiding the agent on when to use the tool, but lacks explicit mention of alternatives or when not to use it.

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

get_movie_detailsAInspect

Get detailed information about a specific movie including cast, trailer, and external links.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe movie slug (URL-friendly identifier, e.g. 'matrix-1999')
Behavior4/5

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

With no annotations provided, the description carries the full burden. It disclosures the tool is a read operation returning detailed movie information. While it doesn't explicitly state it's non-destructive, the nature is clear. More context on data freshness or response size could improve, but it's adequate.

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, well-structured sentence that front-loads the purpose and includes specific content hints. No unnecessary words or repetitions.

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 the tool has only one parameter and no output schema, the description provides a good overview of inputs and outputs. It lists examples of the return content (cast, trailer, external links), though a more formal output specification would be beneficial but not critical for this simple tool.

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% and the schema already documents the single parameter 'slug' with a clear description. The tool description adds no further meaning beyond confirming the tool retrieves data for 'a specific movie'. Baseline score applies.

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 action ('Get detailed information'), the resource ('a specific movie'), and lists key content ('cast, trailer, external links'). It distinguishes itself from sibling tools like 'search_movies' or 'get_similar_movies' by focusing on details for one known movie.

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 description implies usage when you have a specific movie slug and want full details, but it lacks explicit guidance on when not to use it or how it compares to siblings such as 'get_similar_movies' or 'browse_movies'. No exclusions or alternatives are mentioned.

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

get_similar_moviesAInspect

Get movies that are similar or related to a specific movie (e.g. same series, same theme).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe movie slug (URL-friendly identifier, e.g. 'matrix-1999')
limitNoMaximum number of results (1-20, default 8)
Behavior3/5

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

No annotations are present, so the description carries the full burden. It clarifies that the tool is a read operation ('Get') and adds context about what 'similar' means (series/theme). However, it does not disclose any potential side effects, rate limits, or authentication requirements. The description is adequate but not thorough.

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, well-formed sentence with an illustrative example. It contains no unnecessary words and is front-loaded with the core purpose.

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 two parameters and no output schema, the description and schema provide sufficient context. It explains what 'similar' means and the parameters are clear. A hint about the format of returned movies would enhance completeness, but it is not critical.

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%, meaning both 'slug' and 'limit' are fully described in the schema. The tool description adds no extra parameter information beyond the schema. Thus, the baseline score 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 action ('Get') and resource ('movies that are similar or related'), with examples ('same series, same theme'). It distinguishes from sibling tools like browse_movies and search_movies by focusing on similarity, not general browsing or searching.

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 usage when the user wants to find movies similar to a specific one, such as within a series or theme. It does not explicitly mention when not to use it or alternatives, but the context of 'similar' differentiates it well. Minor lack of explicit negative guidance.

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

list_tagsAInspect

List all available movie categories/tags with the number of movies in each. Use the returned slugs with browse_by_tag.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

No annotations provided, so description carries full burden. It reveals that the tool returns tags with movie counts, which is a useful behavioral detail. Lacks mention of pagination or sorting, but for a simple list this is adequate.

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?

Two concise sentences, no unnecessary words. Front-loads the core purpose, then provides usage guidance. Every sentence earns its place.

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?

Given no output schema, the description explains return content (tags with counts) and usage. The tool is simple and the description fully covers what an agent needs to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, full schema coverage. The description adds no parameter info, but none is needed. Perfectly matches the schema.

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 lists all available movie categories/tags with movie counts, using specific verb 'list' and resource 'movie categories/tags'. It distinguishes from sibling 'browse_by_tag' which uses slugs.

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

Usage Guidelines5/5

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

Explicitly tells when to use the tool: to get slugs for use with 'browse_by_tag'. This provides clear context and differentiates from siblings that browse or search movies.

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

search_moviesBInspect

Search the Blu-ray movie database by title, director, actor, or keywords.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results (1-25, default 10)
queryYesSearch query (movie title, director, actor, or keywords)
Behavior2/5

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

No annotations provided, so description carries full burden. It only describes the search action without disclosing behavioral traits like authentication needs, rate limits, or handling of no results.

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, focused sentence with no unnecessary words. Perfectly concise.

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

Completeness3/5

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

For a search tool with two parameters, the description is adequate but lacks details like case sensitivity, fuzzy matching, or pagination. Given no output schema, more context would help 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?

Schema coverage is 100% with clear descriptions for both parameters. The description adds no new semantic value beyond what the schema already provides; it reinforces the query types but does not exceed the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it searches a movie database by various criteria. It distinguishes from sibling tools that browse or get specific results, though it does not explicitly differentiate.

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?

No guidance on when to use this tool versus siblings like browse_by_tag or get_similar_movies. The description only states what it does, not when it is appropriate.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources