download_result
Download the output file of a completed generation task by providing the task ID. Saves the result to a specified directory or the default assets folder.
Instructions
Download a completed task result to kie/assets/raw/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| filename | No | ||
| download_dir | No | Absolute directory to save the file(s) into (created if missing). Defaults to the server's kie/assets/raw/. Must be absolute — the MCP server's working directory is not the caller's. |