You're viewing a demo portfolio

Join the waitlist
PRSM

dropbox_create_folder

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-dropbox

https://github.com/pipeworx-io/mcp-dropbox

2/7 registries
View full server →
dropbox_create_folder — mcp-dropbox — PRSM MCP