Skip to main content
Glama
xiaobenyang-com

Search-Movie

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    The two tools have clearly distinct purposes: search_movie finds potential video resources, while validate_video_url checks their playability. There is no overlap in functionality, and an agent can easily distinguish when to use each tool based on the workflow described in the search_movie description.

    Naming Consistency5/5

    Both tools follow a consistent snake_case naming pattern with clear verb_noun structure: search_movie and validate_video_url. The naming is predictable and readable, with no deviations in style or convention across the set.

    Tool Count3/5

    With only 2 tools, the server feels thin for a movie search domain, as it lacks operations like filtering, sorting, or accessing detailed metadata. However, the tools cover a basic workflow (search and validate), making it borderline appropriate but limited in scope.

    Completeness3/5

    The server provides a minimal workflow for finding and verifying video links, but there are notable gaps: no tools for browsing categories, getting movie details, or managing user preferences. It covers search and validation but misses broader domain operations, leaving agents with limited capabilities.

  • Average 4/5 across 2 of 2 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under Apache 2.0.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions support for batch validation ('支持批量验证多个链接') and that only validated links ensure viewability, but it fails to describe critical behaviors such as error handling, rate limits, authentication needs, or what constitutes a 'valid' link. This leaves significant gaps for a tool that performs validation operations.

    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 appropriately sized and front-loaded, with three sentences that each add value: stating the tool's purpose, detailing input parameters, and explaining the outcome. There is no redundant or unnecessary information, making it efficient and well-structured for quick comprehension.

    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 the tool's moderate complexity (validation with batch support), no annotations, and no output schema, the description is partially complete. It covers the basic purpose and input semantics but lacks details on behavioral traits (e.g., error responses, validation criteria) and output format, which are crucial for effective tool invocation by an agent.

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

    Parameters4/5

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

    The schema description coverage is 0%, so the description must compensate. It adds meaningful context by specifying that the 'url' parameter accepts '视频播放页面的 URL 或 URL 数组' (video playback page URLs or arrays of URLs) and clarifies its purpose for playability validation. This goes beyond the bare schema, providing essential semantic information for the single parameter.

    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 with specific verbs ('验证', '返回') and resources ('视频链接的可播放性', '视频播放页面的 URL 或 URL 数组'). It distinguishes itself from the sibling tool 'search_movie' by focusing on URL validation rather than content search, making the purpose unambiguous and well-defined.

    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 context by stating '只有通过验证的链接才能确保用户可以观看', suggesting it should be used to ensure video playability. However, it lacks explicit guidance on when to use this tool versus alternatives (e.g., compared to 'search_movie') or any prerequisites for usage, leaving some ambiguity for the agent.

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

  • Behavior4/5

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

    With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it returns '未验证的搜索结果列表' (unverified search results), specifies the return format ('包含标题、链接和质量信息'), and explains the verification workflow. It doesn't mention rate limits, authentication needs, or pagination 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?

    The description is perfectly concise with two sentences that each earn their place. The first sentence states the purpose and return format, the second provides crucial workflow guidance. No wasted words, front-loaded with essential 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 no annotations, no output schema, and 0% schema description coverage for a 4-parameter tool, the description does well on purpose and workflow but leaves significant gaps. It explains the verification workflow clearly but doesn't document parameters or provide detailed behavioral context about search limitations, result formats, or error conditions.

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

    Parameters2/5

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

    With 0% schema description coverage and 4 parameters (2 required), the description provides no information about any parameters. It doesn't explain what 'title', 'type', 'season', or 'episode' mean, their expected formats, or how they affect the search. The description fails to compensate for the complete lack of schema documentation.

    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 specific action ('搜索电影或电视剧资源'), the resource ('电影或电视剧资源'), and distinguishes from the sibling tool by explaining the workflow relationship. It explicitly mentions using this tool first to get candidate resources, then using validate_video_url for verification.

    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?

    The description provides explicit guidance on when to use this tool ('获取候选资源后') and when to use the alternative ('然后使用 validate_video_url 工具验证其可播放性'). It establishes a clear workflow sequence between the two tools.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

1777316659782659 MCP server

Copy to your README.md:

Score Badge

1777316659782659 MCP server

Copy to your README.md:

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/xiaobenyang-com/1777316659782659'

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