create_directory
Create directories within the configured workspace root; enable recursive to automatically create missing parent folders.
Instructions
Create a directory below the configured workspace root. Set recursive=true to also create missing parent directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Workspace-relative directory path | |
| recursive | No | Also create missing parent directories |