chinavideoai
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation5/5
Each tool has a clearly distinct purpose: diagnosing an existing prompt, building a new prompt pack, planning reference shots, and retrieving resources. No two tools could be confused for each other.
Naming Consistency5/5All tool names follow the verb_noun pattern with snake_case (diagnose_video_prompt, build_video_prompt, plan_reference_shots, get_china_video_resources). The verbs and nouns are descriptive and consistent.
Tool Count5/5With 4 tools, the server is well-scoped for its purpose of video prompt creation assistance. Each tool covers a distinct step in the workflow without redundancy.
Completeness5/5The toolset covers the full workflow from diagnosis to building to planning, plus resource access. No obvious gaps are apparent for the stated domain of Chinese video prompting.
Average 3.7/5 across 4 of 4 tools scored.
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 is passing
This repository is licensed under MIT License.
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.jsonto 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
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the language scope (English/Chinese) and the specific checks performed. However, it does not disclose what happens on malformed input or what the result looks like, leaving some behavioral detail unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
A single, tight sentence with no filler. The diagnostics are listed immediately after the verb, front-loading the core behavior. Nothing extraneous.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Complexity is low (one parameter, no output schema), and the description covers the input well. However, it omits the result contract: an agent cannot tell whether the tool returns a pass/fail verdict, a scored report, or a corrected prompt. For a diagnostic tool, some statement of expected output would be valuable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must carry the semantic weight for the 'prompt' parameter. It compensates well: it clarifies that the prompt is an English or Chinese video-generation prompt and enumerates the properties it should contain (scene, motion, camera, lighting, continuity, reference tokens). This adds real meaning beyond the bare string schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Check') with a clear resource (an English or Chinese video prompt) and enumerates the exact diagnostic dimensions checked: scene readability, visible motion, camera direction, lighting, continuity controls, and preserved reference tokens. The diagnosing role is implicitly distinguishable from siblings build/plan/get.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. With siblings like build_video_prompt, an agent is not told 'use this to validate before building' or any when-not conditions. The description offers no context for selection.
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?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds 'Read-only and deterministic', which is largely redundant with the annotations but does explicitly mention determinism. It provides no additional behavioral details about output structure or side effects, so only modest value is added beyond 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/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that front-loads the core purpose and key output attributes. Every phrase adds value, with no filler or redundancy. It is appropriately concise for a tool with a straightforward function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the purpose is clear and safety is covered by annotations, the description does not explain how the output is structured (e.g., what 'end frames' or 'continuity anchors' look like in practice) or provide guidance on how each parameter affects the result. For an agent to call the tool correctly, it may need more detail on parameter semantics and expected outputs, especially given the lack of an output schema and zero schema descriptions.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does 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 explicitly names 'reference roles', 'camera direction', and 'continuity anchors', which map to referenceRoles, cameraStyle, and continuityAnchor, and '1 to 6 timed shots' implies shotCount and totalDurationSeconds ranges. However, it does not discuss the exact syntax, defaults, or interactions of parameters, leaving room for ambiguity. It partially compensates but not fully.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Break'), a resource ('one video idea'), and the output format ('1 to 6 timed shots') with explicit elements (reference roles, camera direction, end frames, continuity anchors). It clearly distinguishes this tool from siblings by focusing on shot planning with references, whereas siblings handle diagnosis, building prompts, or resource retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus the sibling tools (diagnose_video_prompt, build_video_prompt, get_china_video_resources). The description only states what the tool does, not when it should be selected or what alternatives exist. This leaves the agent to infer usage context on its own.
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?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds value by stating it does not generate video and that the output is 'deterministic', giving insight into behavior beyond the annotations. It does not contradict the annotations and provides useful context about the tool's nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste. The first sentence front-loads the core purpose and scope, and the second sentence delivers an important caution. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 11 parameters, no output schema, and no parameter documentation in the schema, the description is too sparse. It explains the high-level purpose and some controls but omits the output structure, China-specific context (despite the title), and details on key parameters like workflow and duration. It is adequate for orientation but not fully complete for a tool of this complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate. It mentions motion, camera, lighting, reference, and continuity controls, which map to several parameters (motion, camera, lighting, referenceConstraints), and 'English or Chinese' hints at outputLanguage. However, it does not explain workflow, aspectRatio, durationSeconds, negativeConstraints, style, or idea, leaving many parameters unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Turn' and the resource 'a rough idea into a deterministic English or Chinese prompt pack', listing the control domains (motion, camera, lighting, reference, continuity). The explicit negation 'This does not generate video' distinguishes it from video generation tools and positions it against siblings like diagnose_video_prompt, which likely analyzes prompts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives a clear negative constraint ('does not generate video') but offers no explicit alternatives or conditions for when to use this tool versus siblings like plan_reference_shots or get_china_video_resources. It implies usage (when you have a rough idea) but does not name or contrast with related tools.
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?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds the behavioral detail that it does not fetch external content, which clarifies that the data is canonical and local. This adds value beyond the annotations, though it doesn't describe the output format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences that front-load the core purpose and add a key behavioral note. There is no fluff or redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one optional parameter and no output schema, the description is mostly complete. It states what it returns and that it does not fetch external content, but it does not specify the format of the resources (e.g., URLs, text). Given the low complexity, this is acceptable but not exhaustive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides a single 'topic' parameter with an enum, so the valid values are already defined. The description lists similar terms (prompting, workflow, etc.) but does not elaborate on the meaning or default behavior. With 0% schema description coverage, the description could compensate but only minimally does.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns canonical resources from ChinaVideoAI.com covering prompting, workflows, models, and safety. The verb 'return' and the specific resource categories distinguish it from sibling tools like diagnose_video_prompt or build_video_prompt, which focus on prompt creation and diagnosis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context: it returns resources, implying use when you need canonical resources. However, it does not explicitly mention alternatives or when not to use this tool. The sibling names make the distinction obvious, but no explicit guidance is provided.
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
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gpt-img-2/chinavideoai-prompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server