share_url_parse_tool_wrapper
Extract video information such as no-watermark links and metadata by parsing video share URLs from over 20 platforms, including TikTok and Kuaishou, using the Short Video MCP Server.
Instructions
解析视频分享链接,获取视频信息
参数:
- url: 视频分享链接
返回:
- code: 状态码
- msg: 状态信息
- data: 视频信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}