Skip to main content
Glama

Short Video MCP Server

by yangbuyiya
MIT License
24

video_id_parse_tool_wrapper

Extract video information from platforms like TikTok and Kuaishou by parsing source and video ID, returning metadata including status code and message.

Instructions

根据视频来源和ID解析视频信息 参数: - source: 视频来源 - video_id: 视频ID 返回: - code: 状态码 - msg: 状态信息 - data: 视频信息

Input Schema

NameRequiredDescriptionDefault
sourceYes
video_idYes

Input Schema (JSON Schema)

{ "properties": { "source": { "title": "Source", "type": "string" }, "video_id": { "title": "Video Id", "type": "string" } }, "required": [ "source", "video_id" ], "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