Skip to main content
Glama

Video Clip MCP

batchProcess

Process multiple video tasks in bulk, including clipping, merging, and splitting, using Video Clip MCP’s integrated batch functionality to streamline video manipulation workflows.

Instructions

批量处理视频任务

Input Schema

NameRequiredDescriptionDefault
tasksYes批量任务配置数组

Input Schema (JSON Schema)

{ "properties": { "tasks": { "description": "批量任务配置数组", "items": { "properties": { "options": { "description": "任务参数", "type": "object" }, "type": { "description": "任务类型", "enum": [ "clip", "merge", "split" ], "type": "string" } }, "required": [ "type", "options" ], "type": "object" }, "type": "array" } }, "required": [ "tasks" ], "type": "object" }
Install Server

Other Tools from Video Clip 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-clip-mcp'

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