create_directory
Creates a new directory at the specified path, with an option to automatically create parent directories if they do not exist.
Instructions
Create a directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory to create | |
| parents | No | Create parent directories if needed (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |