download_result
Retrieve and save a completed AI generation result by supplying its task ID, with optional custom filename and download directory. Ensures the file lands in a specified absolute path or the server's default raw 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. |