Skip to main content
Glama

douyin-mcp-server

by yzfly

extract_douyin_text

Extract text from TikTok (Douyin) video links with a specified model. Input a share link to retrieve video transcriptions, supporting customizable voice recognition for accurate results.

Instructions

从抖音分享链接提取视频中的文本内容 参数: - share_link: 抖音分享链接或包含链接的文本 - model: 语音识别模型(可选,默认使用paraformer-v2) 返回: - 提取的文本内容 注意: 需要设置环境变量 DASHSCOPE_API_KEY

Input Schema

NameRequiredDescriptionDefault
modelNo
share_linkYes

Input Schema (JSON Schema)

{ "properties": { "model": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Model" }, "share_link": { "title": "Share Link", "type": "string" } }, "required": [ "share_link" ], "title": "extract_douyin_textArguments", "type": "object" }
Install Server

Other Tools from douyin-mcp-server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yzfly/douyin-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server