drive_mkdir
Create a new empty folder at a specified path on Proton Drive. Check the target location first, because this action fails if the folder exists or the parent directory is absent.
Instructions
Create a new empty folder on Proton Drive. Requires authentication. Fails if the folder already exists or if the parent folder does not exist — use drive_list to check first. Does not create intermediate directories; create each level separately. Do not use to upload files (use drive_upload) or to create nested folder trees in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path for the new folder (must start with '/'). E.g. /my-files/NewFolder |