anime-video-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_episodeB | Plan a cited 60-second episode; final release is gated. |
| research_episodeC | Read a cited local source pack. |
| write_scriptC | Return a curated example script. |
| build_storyboardD | Build a timed shot list. |
| generate_assetsD | Report pending media provider or QA gate. |
| generate_voiceD | Report pending media provider or QA gate. |
| generate_musicD | Report pending media provider or QA gate. |
| render_episodeD | Report pending media provider or QA gate. |
| qa_episodeC | Report pending media provider or QA gate. |
| create_batchD | Plan at most six curated topics. |
| create_romance_seriesC | Initialize an original romance series. |
| create_romance_chapterC | Plan a 120-second Japanese-dialogue chapter with Chinese captions. |
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 12 tools
Most tools have clearly distinct names and purposes, but five tools (generate_assets, generate_voice, generate_music, render_episode, qa_episode) share identical descriptions ('Report pending media provider or QA gate'), which could cause misselection if an agent relies solely on descriptions. The distinct names mitigate this, but the overlap in descriptions introduces some ambiguity.
All tool names consistently follow a verb_noun pattern (e.g., create_episode, build_storyboard, generate_voice, qa_episode), with no mixed conventions or style deviations. This makes the naming predictable and easy to navigate.
With 12 tools, the count falls comfortably within the ideal 3-15 range. Each tool represents a distinct step in the anime production pipeline (research, script, storyboard, asset/voice/music generation, render, QA, and batch/series creation), so no tool feels redundant or missing.
The pipeline covers the full lifecycle from research to QA, including script, storyboard, and media generation. Minor gaps exist, such as the absence of explicit update/delete operations or a tool to list existing episodes, but these are not critical for the domain and agents can likely work around them.