create_directory
Create a new directory at the given path, automatically creating any missing parent directories. Simplifies folder setup for file system automation tasks.
Instructions
Create a new directory. Creates parent directories as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to create |