Skip to main content
Glama
kk520879

undoom-douyin-data-analysis

by kk520879

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
视频数据当前采集的视频数据
用户数据当前采集的用户数据
数据摘要数据采集和分析摘要

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues