create_dir
Create a new directory on any configured storage backend, including local, S3, or WebDAV.
Instructions
Create a directory on the specified backend.
Args:
path: Directory path to create
backend: Backend name to use (uses default backend if not specified)
Returns:
Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| backend | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |