Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOUYIN_API_KEYYesAPI key for speech recognition service (required for text extraction)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_douyin_download_linkA
获取抖音视频的无水印下载链接

参数:
- share_link: 抖音分享链接或包含链接的文本

返回:
- 包含下载链接和视频信息的JSON字符串
extract_douyin_textA
从抖音分享链接提取视频中的文本内容

参数:
- share_link: 抖音分享链接或包含链接的文本
- model: 语音识别模型(可选,默认使用paraformer-v2)

返回:
- 提取的文本内容

注意: 需要设置环境变量 DASHSCOPE_API_KEY
parse_douyin_video_infoB
解析抖音分享链接,获取视频基本信息

参数:
- share_link: 抖音分享链接或包含链接的文本

返回:
- 视频信息(JSON格式字符串)

Prompts

Interactive templates invoked by user choice

NameDescription
douyin_text_extraction_guide抖音视频文本提取使用指南

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: extract_douyin_text extracts text content from videos, get_douyin_download_link retrieves download links, and parse_douyin_video_info gets video metadata. There is no overlap in functionality, and an agent can easily distinguish between them based on their specific operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: extract_douyin_text, get_douyin_download_link, and parse_douyin_video_info. The naming is predictable and readable, using clear verbs (extract, get, parse) paired with descriptive nouns.

Tool Count3/5

With only 3 tools, the server feels slightly thin for a comprehensive Douyin (TikTok) integration. While the tools cover key operations like text extraction, download links, and video info, more advanced features (e.g., user data, comments, or upload capabilities) are missing, making it borderline for the domain's potential scope.

Completeness3/5

The server covers basic video processing tasks (text extraction, download links, and metadata parsing), but there are notable gaps. It lacks CRUD operations for user interactions, content management, or broader platform features, which limits agents from performing a full range of Douyin-related workflows.

Maintenance

ActivityStale
ResponsivenessUnresponsive