getTaskStatus
Check the status of a video manipulation task by providing the task ID. Ideal for monitoring progress on clipping, merging, or splitting tasks in Video Clip MCP.
Instructions
获取任务状态
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | 任务ID |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"description": "任务ID",
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}