create_folder
Create a new folder in Proton Drive by specifying the desired path, enabling organized file storage and management through the Proton Drive MCP server.
Instructions
Create a new folder in Proton Drive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Folder path relative to Proton Drive root |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Folder path relative to Proton Drive root",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}