Skip to main content
Glama

Video Metadata MCP

search_videos

Search for video files in a specified directory using criteria such as tags, title, artist, genre, duration, and file size with the Video Metadata MCP’s search_videos tool.

Instructions

在指定目录中搜索符合条件的视频文件

Input Schema

NameRequiredDescriptionDefault
directoryYes要搜索的目录路径
optionsNo搜索选项

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "要搜索的目录路径", "type": "string" }, "options": { "description": "搜索选项", "properties": { "artist": { "description": "按艺术家搜索", "type": "string" }, "duration_max": { "description": "最大时长(秒)", "type": "number" }, "duration_min": { "description": "最小时长(秒)", "type": "number" }, "filesize_max": { "description": "最大文件大小(字节)", "type": "number" }, "filesize_min": { "description": "最小文件大小(字节)", "type": "number" }, "genre": { "description": "按类型搜索", "type": "string" }, "tags": { "description": "按标签搜索", "items": { "type": "string" }, "type": "array" }, "title": { "description": "按标题搜索", "type": "string" } }, "type": "object" } }, "required": [ "directory" ], "type": "object" }

Other Tools from Video Metadata MCP

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/pickstar-2002/video-metadata-mcp'

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