dropbox_list_folder
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-dropbox
https://github.com/pipeworx-io/mcp-dropbox
2/7 registries