Skip to main content
Glama

Video Metadata MCP

batch_update_metadata

Update metadata for multiple video files simultaneously by specifying file paths and desired changes to fields like title, artist, album, and tags using Video Metadata MCP.

Instructions

批量更新多个视频文件的元数据

Input Schema

NameRequiredDescriptionDefault
filePathsYes视频文件路径列表
updatesYes要更新的元数据字段

Input Schema (JSON Schema)

{ "properties": { "filePaths": { "description": "视频文件路径列表", "items": { "type": "string" }, "type": "array" }, "updates": { "description": "要更新的元数据字段", "properties": { "album": { "description": "专辑", "type": "string" }, "artist": { "description": "艺术家/作者", "type": "string" }, "comment": { "description": "评论", "type": "string" }, "copyright": { "description": "版权信息", "type": "string" }, "date": { "description": "日期", "type": "string" }, "description": { "description": "描述", "type": "string" }, "genre": { "description": "类型", "type": "string" }, "tags": { "description": "标签列表", "items": { "type": "string" }, "type": "array" }, "title": { "description": "标题", "type": "string" } }, "type": "object" } }, "required": [ "filePaths", "updates" ], "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