You're viewing a demo portfolio

Join the waitlist
PRSM

dropbox_list_folder

Active

Tool of mcp-dropbox

declared in 0.1.0

List files and folders in a Dropbox directory. Returns names, types, sizes, and modification dates. Use when browsing folder contents or checking what's stored at a path.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "path": ""
    },
    {
      "path": "/Documents",
      "limit": 50
    }
  ],
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Folder path (e.g., \"\" for root, \"/Documents\")"
    },
    "limit": {
      "type": "number",
      "description": "Max entries to return (default 100)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-dropbox

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

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