check-generation-status
Monitor the progress of video generation tasks on Vidu MCP Server by providing the task ID. Ensure timely status updates for seamless workflow management.
Instructions
Check the status of a video generation task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | Task ID returned by the image-to-video tool |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"task_id": {
"description": "Task ID returned by the image-to-video tool",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}