Skip to main content
Glama

Short Video MCP Server

by yangbuyiya
MIT License
24

share_text_parse_tool_wrapper

Extract video content and convert speech to text by parsing TikTok-like share texts. Requires an API key and supports customizable API base URLs and speech recognition models.

Instructions

提取视频内容,需要传递apikey,否则无法使用视频内容提取功能! 参数: - text: 抖音分享文本,包含分享链接 - api_base_url: API基础URL,默认使用siliconflow.cn - model: 语音识别模型,默认使用FunAudioLLM/SenseVoiceSmall

Input Schema

NameRequiredDescriptionDefault
api_base_urlNo
modelNo
textYes

Input Schema (JSON Schema)

{ "properties": { "api_base_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Api Base Url" }, "model": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Model" }, "text": { "title": "Text", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from Short Video 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/yangbuyiya/yby6-crawling-short-video-mcp'

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