Skip to main content
Glama

zapcap-mcp-server

MIT License

zapcap_mcp_monitor_task

Track and monitor the progress of video processing tasks by providing video and task IDs through the ZapCap MCP server interface.

Instructions

Monitor task progress

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "$defs": { "MonitorTask": { "properties": { "task_id": { "description": "Task ID", "title": "Task Id", "type": "string" }, "video_id": { "description": "Video ID", "title": "Video Id", "type": "string" } }, "required": [ "video_id", "task_id" ], "title": "MonitorTask", "type": "object" } }, "properties": { "request": { "$ref": "#/$defs/MonitorTask" } }, "required": [ "request" ], "title": "zapcap_mcp_monitor_taskArguments", "type": "object" }

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/bogdan01m/zapcap-mcp-server'

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