create_directory
Create a new directory, including any necessary parent directories, within secure allowed paths.
Instructions
Create a new directory, including parent directories if needed. Succeeds silently if the directory already exists. Only works within allowed directories:
/app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory to create |