make_directory
Create single or multiple directories with automatic parent creation. Avoids errors if directories already exist. Works only within allowed paths.
Instructions
Create single or multiple directories with recursive parent creation (like Unix 'mkdir -p'). Idempotent - won't error if directories exist. Only works within allowed directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Directory paths to create. For maximum MCP client compatibility, provide an array even when creating a single directory. |