download_file_to_local
Downloads a file from Colab runtime to a local destination path. Specify source in Colab and local path for transfer.
Instructions
Downloads a file from the Colab runtime to a local path on the machine running this MCP server. Prefer this over download_file when the target is a local file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Source path in the Colab runtime, for example /content/model.pt. | |
| localPath | Yes | Destination path on the local machine running the MCP server. | |
| overwrite | No | ||
| makeParents | No |