colab_upload_file
Uploads base64-encoded file content into the runtime's sandboxed workspace, making it available for execution and file handling.
Instructions
Upload base64-encoded file content into the runtime's sandboxed workspace. Path is relative to the runtime's sandboxed workspace (e.g. /content/mcp_workspace).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| session_id | No | ||
| content_base64 | Yes |