Skip to main content
Glama

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation4/5

    Most tools have clear, distinct purposes: capability discovery, analysis, single build, batch build, and reference-based build. However, analyze_reference_draft and build_from_reference both involve reference drafts and could be confused in some workflows, though descriptions clarify their different roles.

    Naming Consistency3/5

    Tool names are snake_case and mostly descriptive, but the pattern is inconsistent. 'get_', 'analyze_', and 'build_' are clear verbs, while 'batch_from_template' lacks a strong verb prefix, and 'build_from_reference' introduces a prepositional modifier absent in 'build_draft'.

    Tool Count5/5

    With 5 tools, the server is well-scoped for its purpose of generating Jianying drafts through various methods. Each tool addresses a distinct need without redundancy or excessive breadth, fitting comfortably within the ideal 3-15 range.

    Completeness4/5

    The tool set covers the core workflow of understanding capabilities, analyzing references, and building drafts from manifests, templates, or references. Minor gaps exist such as no explicit tool for updating or deleting existing drafts, but these are likely outside the server's intended generation-focused scope.

  • Average 4/5 across 5 of 5 tools scored. Lowest: 3.4/5.

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

    • No community issues in the last 6 months
    • 1 commit 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
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • 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. It mentions that drafts are generated (a mutating action) but does not disclose side effects, whether dry_run exists or defaults to true, permission requirements, output details, or reversibility. The description is thin on behavioral transparency beyond the basic action.

    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 extremely concise: two short sentences front-load the purpose and job structure. Every phrase adds value without unnecessary detail or repetition.

    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?

    Given the tool's complexity (3 params, generation of multiple drafts, no annotations), the description is insufficient. It omits key context such as dry_run behavior, output format, and when to use batch versus single-draft tools. The presence of an output schema is not leveraged since the description doesn't reference it, and the tool's success criteria remain ambiguous.

    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 0%, so the description must compensate. It does add meaning by specifying that each job contains 'name, replacements, text_replacements', which clarifies the jobs array, and 'plaintext template' clarifies template_draft. However, it leaves dry_run unexplained and doesn't define the replacement fields fully, so compensation is partial.

    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 a specific action ('batch generate drafts') on a specific resource ('drafts') based on a 'plaintext template'. It also explains the structure of each job (name, replacements, text_replacements), which distinguishes it from sibling tools like build_draft (single) or build_from_reference (reference-based).

    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 for batch generation from a template via the word 'batch', but it does not explicitly say when to use this tool versus alternatives. No exclusions or comparison with siblings are provided; the guidance is inferred rather than stated.

    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?

    No annotations are provided, so the description carries the burden. It adds behavioral context by stating encrypted drafts are explicitly rejected and that it won't guess content, which is useful. However, it does not disclose whether the operation is read-only or any side effects, though 'extract' implies non-destructive.

    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 sentences, front-loaded with the main purpose, and adds a concise behavioral note about encryption. There is no wasteful content.

    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 tool with only two parameters and an output schema, the description covers the core functionality and an edge case (encryption), but lacks parameter semantics and does not clarify how the output blueprint is structured or used. The output schema exists, so not all return details are needed, but the missing parameter guidance leaves a notable gap.

    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?

    Schema description coverage is 0%, and the description does not compensate. It does not explain the parameters beyond the action, especially include_text, which is boolean with a default but no meaning. The description adds no value for understanding what inputs are needed or how they affect output.

    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 function with a specific verb and resource: 'read a plaintext reference draft and extract an editing blueprint.' It distinguishes itself from sibling tools like build_from_reference by focusing on analysis rather than construction, and from build_draft/batch_from_template by targeting reference drafts.

    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 for plaintext drafts and explicitly rejects encrypted drafts, but does not provide explicit 'when to use' or 'when not to use' guidance, nor does it name alternatives. The context from sibling tools suggests a workflow, but the description alone doesn't explain when to choose this over other tools.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the burden. It describes the copy-and-replace behavior and the shape of replacements, but does not disclose side effects (e.g., whether an existing draft with new_draft_name is overwritten), the exact effect of dry_run, or any permission requirements. This is a mutation-like operation, yet key behavioral details are omitted.

    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 three sentences, front-loaded with the main purpose, followed by compact item structures. Every sentence delivers essential information without redundancy. The structure is easy to parse.

    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 complexity (5 params, nested replacement objects) and no annotations, the description covers the replacement semantics well but omits usage guidelines and the behavior of dry_run. The output schema likely documents return values, so that gap is covered elsewhere. Overall, it's adequate but with clear gaps in guidance and edge-case behavior.

    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 provides zero descriptions and defines replacements/text_replacements merely as arrays of objects with additionalProperties. The description compensates by defining the exact fields for each replacement item (e.g., track_type, segment_index, source, source_start?, source_duration?) and text replacement fields. This is essential for correct invocation. Other params like reference_draft and new_draft_name are self-evident, but dry_run is not explained.

    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 copies the editing blueprint of a readable reference draft and replaces materials/text by track and segment index. It uses specific verbs (copy, replace) and identifies the resource (reference draft), distinguishing it from siblings like build_draft or batch_from_template.

    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 context is implied: use this tool when you need to create a new draft based on a reference draft with replacements. However, there is no explicit guidance on when to choose this over sibling tools like build_draft or batch_from_template, nor any exclusions or prerequisites beyond 'readable'.

    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, the description carries the full burden. It discloses the two-phase build/validate-then-publish behavior and mentions that dry_run only operates in the staging area. It could elaborate on side effects like overwriting or validation failure handling, but it goes beyond a bare 'build' statement.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured, starting with the primary purpose followed by a formatted manifest outline and usage note. It is slightly long but each section adds value without unnecessary padding.

    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 has a complex nested manifest, but the description covers the main structure and field behaviors, and references an external schema for full details. The presence of an output schema reduces the need to describe return values. It is complete enough for initial selection and invocation, though not exhaustive.

    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?

    Schema description coverage is 0%, so the description must compensate. It explains the manifest structure (draft, tracks, srt_imports), supported track types, time fields (start/duration), and media fields (source_start/source_duration/speed). dry_run is also clearly described. Detailed fields are delegated to manifest-schema.md, which is reasonable, but not all parameter semantics are fully specified.

    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: '生成新草稿' (generate a new draft) from a compact edit list. It provides a detailed manifest structure, including tracks, types, and dry-run behavior, which distinguishes it from sibling tools like batch_from_template and build_from_reference that likely operate from templates or existing drafts.

    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 gives clear usage context: dry_run defaults to true for building/validating in a staging area, and setting it to false publishes to the draft directory. It does not explicitly compare to siblings or state when NOT to use it, but the workflow is well defined.

    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 the full burden. It transparently discloses the tool's outputs (verified, disabled, and not-in-first-version capabilities) and the version detection, implying a read-only check. It does not explicitly state whether it has side effects or requires specific permissions, but the verb '返回' suggests a safe query.

    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, front-loaded sentence that efficiently conveys the output categories, the version detection, and a critical usage directive. No words are wasted.

    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 the tool's simplicity and the presence of an output schema, the description adequately covers what the tool does and when to call it. The explicit 'must call before planning' instruction is an important contextual signal that makes the tool complete for an agent's planning workflow.

    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 tool has zero parameters, and the schema is an empty object. The description adds meaning by explaining what the tool returns and the prerequisite status, which is more than the schema alone provides. The baseline for zero parameters is 4.

    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 returns three categories of capabilities (verified, disabled, and not-in-first-version) and detects the local version, using a specific verb (返回) and resource (能力). It distinguishes itself from sibling tools, which focus on draft creation and templating.

    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?

    Provides an explicit usage directive: 'must be called before planning', making it clear when this tool is a prerequisite. It does not mention alternatives or when not to use it, so it stops short of full exclusion guidance.

    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

jianying-ai-mcp MCP server

Copy to your README.md:

Score Badge

jianying-ai-mcp 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/Xanthus-Sanslab/jianying-ai-mcp'

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