Create project directory
create_directoryCreates a directory inside a write-enabled project worktree while blocking symlink traversal to prevent unsafe path access.
Instructions
Create a directory path only in a write-enabled non-protected project/worktree; symlink traversal is blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| created | Yes | ||
| project | Yes |