undoom-douyin-data-analysis
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 | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_douyin_videosC | 搜索抖音视频数据 |
| search_douyin_usersC | 搜索抖音用户数据 |
| analyze_interaction_dataB | 分析视频互动数据(点赞、评论等) |
| analyze_content_lengthC | 分析视频标题长度分布 |
| analyze_keywordsC | 分析视频标题中的高频词汇 |
| export_dataC | 导出采集的数据 |
| get_data_summaryA | 获取当前采集数据的摘要信息 |
| clear_dataB | 清空当前采集的数据 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 视频数据 | 当前采集的视频数据 |
| 用户数据 | 当前采集的用户数据 |
| 数据摘要 | 数据采集和分析摘要 |
TDQS
Scored across 8 tools
Each tool has a distinct purpose: two search tools for users and videos, three analysis tools for different aspects (content length, interactions, keywords), and three data management tools (clear, export, summary). No overlap between tools.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., search_douyin_users, analyze_keywords, clear_data). The naming is uniform and predictable.
With 8 tools, the server covers the core workflow of searching, analyzing, and managing Douyin data without being too sparse or excessively numerous. The count fits the scope well.
The tool set covers the essential lifecycle: search, analyze (content length, interactions, keywords), and data management (clear, export, summary). A minor gap is the lack of a direct fetch for individual video or user details by ID, but search and analysis tools compensate adequately.