Skip to main content
Glama

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_douyin_download_linkA

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

参数:

  • share_link: 抖音分享链接或包含链接的文本

返回:

  • 包含下载链接和视频信息的JSON字符串

extract_douyin_textA

从抖音分享链接提取视频中的文本内容

参数:

  • share_link: 抖音分享链接或包含链接的文本

  • model: 本地 faster-whisper 模型(可选,默认 medium)

  • context: 口播整理用途或额外要求(可选)

返回:

  • 提取的文本内容

注意: 本地 ASR 不消耗 API;最后整理口播需要 DOUYIN_DEEPSEEK_API_KEY

recognize_audio_fileA

识别本地音频文件中的文本

参数:

  • file_path: 本地音频文件路径

  • context: 上下文文本,用于提高识别准确率(可选)

  • language: 指定语言代码(如 'zh', 'en'),可选,默认自动检测

  • model: 语音识别模型(可选,默认使用qwen3-asr-flash)

返回:

  • 识别的文本内容

注意: 使用本机 faster-whisper,默认 medium / CPU int8,不消耗 API

recognize_audio_urlA

识别在线音频URL中的文本

参数:

  • audio_url: 音频URL链接

  • context: 上下文文本,用于提高识别准确率(可选)

  • language: 指定语言代码(如 'zh', 'en'),可选,默认自动检测

  • model: 语音识别模型(可选,默认使用qwen3-asr-flash)

返回:

  • 识别的文本内容

注意: 需要设置环境变量 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.9/5.0

Scored across 5 tools

Disambiguation5/5

每个工具的功能明确区分:下载链接、提取文本、识别音频(文件/URL)、解析信息,无重叠或模糊之处。

Naming Consistency4/5

所有工具均使用动词+名词的snake_case命名,但动词不统一(get, extract, recognize, parse),不过每个名称都清晰描述了操作,整体可接受。

Tool Count5/5

5个工具覆盖了抖音视频处理的核心功能,规模适中,既不过度也不精简。

Completeness4/5

涵盖了链接获取、文本提取、音频识别和视频信息解析等主要操作,但缺少例如搜索或评论等扩展功能,不过对当前领域而言已较完整。

Maintenance

ActivityMaintained
ResponsivenessNo issues