colab_download
Download files from a Colab runtime to your local machine using a bounded, checksummed transfer. Specify the remote path under /content and the local destination path.
Instructions
Compatibility alias for bounded, checksummed colab_transfer_download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Tracked session name. Null is allowed only when exactly one session exists. | |
| local_path | Yes | Path on the MCP host, resolved under the host user's permissions. | |
| remote_path | Yes | Runtime path confined to /content; relative paths resolve under /content. |