C Dance Prompt MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CDANCE_API_BASE_URL | No | C Dance AI prompt API origin. | https://cdance.ai |
| CDANCE_APP_BASE_URL | No | Origin used for canonical source links. | https://cdance.ai |
| CDANCE_FETCH_TIMEOUT_MS | No | Prompt API timeout from 1,000 to 60,000 ms. | 20000 |
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 |
|---|---|
| search_promptsA | Search the public C Dance AI Seedance 2.0 prompt gallery. Returns concise previews, video thumbnails, and canonical source pages. Read-only and free. |
| get_promptA | Get one complete sanitized Seedance 2.0 prompt and its media by slug. Use a slug returned by search_prompts. |
| list_workflowsA | List practical Seedance 2.0 creation workflows with search queries for finding relevant public examples. |
| build_video_prompt_briefA | Turn a rough video idea into a structured, deterministic Seedance prompt brief with motion, camera, continuity, audio, and revision guidance. This does not generate video. |
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 clear role: listing workflows, searching the prompt gallery, retrieving a specific prompt, and building a new prompt brief. The only mild overlap is between list_workflows and search_prompts, since both are discovery-oriented, but their descriptions distinguish workflows from gallery prompts.
All tool names follow a consistent snake_case verb_noun pattern: list_workflows, search_prompts, get_prompt, build_video_prompt_brief. The naming style and verb usage are uniform, making expected behavior predictable.
Four tools is a well-scoped size for this server's purpose. Each tool covers a necessary step in the prompt discovery and brief-building workflow without redundant or bloated functionality.
The set covers the full intended lifecycle: discovering workflows, searching prompts, retrieving a full prompt by slug, and creating a structured prompt brief. Video generation is explicitly out of scope, so there are no obvious gaps or dead ends for the stated purpose.