Create folder
create_folderCreate a new folder in a CloudSee Drive (S3 bucket) at a specified parent path. Requires a folder name and optionally a bucket name. Keeps files organized.
Instructions
Create a new folder at the given path in a drive. Requires the drive (bucketName). (Write access is authorized server-side by the public API's RBAC — a denial means the API key lacks this tool's scope, not a tool failure.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New folder name. | |
| bucketName | No | The CloudSee drive (S3 bucket) name to operate in, e.g. 'max-2778abc0' — find it in the CloudSee dashboard. Required unless CLOUDSEE_DEFAULT_BUCKET is configured on the server. | |
| parentPath | Yes | Parent folder/prefix in the drive. Empty = drive root. |