create_directory
Create directories with missing parents in the workspace, enabling structured file organization for project management.
Instructions
Create a directory (and any missing parents) inside the workspace.
Args: path: Path relative to the workspace root, e.g. "MyApp/backend/api". exist_ok: If False, error when the directory already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| exist_ok | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||