Skip to main content
Glama

ipybox

by gradion-ai

upload_file

Transfer a file from the host system to the container's /app directory for code execution in the IPython sandbox, enabling access via specified relative paths.

Instructions

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

Makes a file from the host available inside the container for code execution. The uploaded file can then be accessed in execute_ipython_cell using the path '/app/{relpath}'.

Input Schema

NameRequiredDescriptionDefault
local_pathYesAbsolute path to the source file on host filesystem that will be uploaded
relpathYesDestination path relative to container's /app directory (e.g., 'data/input.csv' saves to /app/data/input.csv)

Input Schema (JSON Schema)

{ "properties": { "local_path": { "description": "Absolute path to the source file on host filesystem that will be uploaded", "title": "Local Path", "type": "string" }, "relpath": { "description": "Destination path relative to container's /app directory (e.g., 'data/input.csv' saves to /app/data/input.csv)", "title": "Relpath", "type": "string" } }, "required": [ "relpath", "local_path" ], "title": "upload_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