chinavideoai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHINAVIDEOAI_APP_BASE_URL | No | Changes the resource-link origin. Defaults to https://chinavideoai.com. | https://chinavideoai.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| build_video_promptA | Turn a rough idea into a deterministic English or Chinese prompt pack with motion, camera, lighting, reference, and continuity controls. This does not generate video. |
| plan_reference_shotsA | Break one video idea into 1 to 6 timed shots with reference roles, camera direction, end frames, and continuity anchors. Read-only and deterministic. |
| diagnose_video_promptB | Check an English or Chinese prompt for a readable scene, visible motion, camera direction, lighting, continuity controls, and preserved reference tokens. |
| get_china_video_resourcesA | Return canonical ChinaVideoAI.com prompting, workflow, model-orientation, or safety resources. Does not fetch external content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
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.
All 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.
With 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.
The 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.