Douyin Video Analysis MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOUBAO_MODEL | No | The specific Doubao model version to use for analysis. | doubao-1.5-vision-pro-32k |
| DOUBAO_API_KEY | Yes | API key for the Doubao video understanding model, obtained from the Volcengine Ark console. | |
| DOUBAO_API_ENDPOINT | No | The API endpoint for the Doubao service. | https://ark.cn-beijing.volces.com/api/v3/chat/completions |
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_douyin_videoA | 分析抖音视频内容。可以接收抖音口令或直接的抖音链接。自动提取链接、获取视频并使用 AI 进行详细分析,返回视频描述、大纲、教程步骤等结构化内容。 |
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 1 tool
With only one tool, there is no possibility of confusion with other tools. The tool's purpose is clearly described and distinct by default.
The single tool name 'analyze_douyin_video' follows a clear verb_noun pattern (analyze + video) with a platform prefix. There are no other tools to compare, but the name is consistent and descriptive.
The server has only one tool, which feels thin for most use cases. While it may be sufficient for a narrowly focused analysis task, a typical well-scoped MCP server has 3-15 tools, making this borderline.
The single tool covers the primary operation of analyzing a Douyin video from a link. However, it lacks additional operations such as batch analysis or history retrieval, but for the stated purpose of analysis, it is reasonably complete.