colab_create_directory
Create a directory, including any missing parent folders, within the sandboxed workspace of a Google Colab or Jupyter runtime. Specify a relative path to organize files and prepare storage for code execution or training jobs.
Instructions
Create a directory (and parents) in 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 |