create_directory
Use this tool to create a new directory at a specified path, with an option to generate parent directories recursively for complex folder structures.
Instructions
Create a new directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Directory path relative to working directory | |
recursive | No | Create parent directories if needed |