check_video_status
Verify the progress and status of a video generation task initiated via MCP Kling using a specific task ID, ensuring real-time tracking of AI-powered video creation.
Instructions
Check the status of a video generation task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | The task ID returned from generate_video or generate_image_to_video |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "The task ID returned from generate_video or generate_image_to_video",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}