dropbox_create_folder
ActiveTool of mcp-dropbox
declared in 0.1.0
Create a new folder in Dropbox at a specified path. Returns folder metadata. Use to organize files or set up directory structures.
Parameters schema
{
"type": "object",
"examples": [
{
"path": "/Archive"
},
{
"path": "/Projects/2024",
"autorename": true
}
],
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Path of the folder to create (e.g., \"/New Folder\")"
},
"autorename": {
"type": "boolean",
"description": "Auto-rename if a folder with the same name exists (default false)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-dropbox
https://github.com/pipeworx-io/mcp-dropbox
2/7 registries