TL;DR
- Use when: Extracting build artifacts, logs, binaries
- Returns: Success status, file size, path
- Cost: No VM needed
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image | string | Yes | - | Image UUID or tag:name |
path | string | Yes | - | Path inside container |
destination | string | Yes | - | Absolute path on MCP host filesystem (~ supported, parent dirs auto-created). This writes to the MCP server’s filesystem, not inside the container. |
executable | boolean | No | false | Make file executable |
Response
Examples
Download Build Artifact
Download Log File
Note:destinationmust be an absolute path on the MCP server’s host filesystem (not inside the container). Use~for home directory. Parent directories are created automatically.