Skip to main content
Glama

ipybox

by gradion-ai

download_file

Transfer files from the /app directory of a container to the host filesystem. Automatically creates parent directories and saves the specified file to the designated local path for easy retrieval after code execution.

Instructions

Download a file from the container's /app directory to the host filesystem.

Retrieves files created or modified during code execution from the container. The file at '/app/{relpath}' in the container will be saved to the specified location on the host. Parent directories are created automatically if they don't exist.

Input Schema

NameRequiredDescriptionDefault
local_pathYesAbsolute path on host filesystem where the file will be saved
relpathYesSource path relative to container's /app directory (e.g., 'output/results.csv' reads from /app/output/results.csv)

Input Schema (JSON Schema)

{ "properties": { "local_path": { "description": "Absolute path on host filesystem where the file will be saved", "title": "Local Path", "type": "string" }, "relpath": { "description": "Source path relative to container's /app directory (e.g., 'output/results.csv' reads from /app/output/results.csv)", "title": "Relpath", "type": "string" } }, "required": [ "relpath", "local_path" ], "title": "download_fileArguments", "type": "object" }
Install Server

Other Tools from ipybox

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gradion-ai/ipybox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server