Dropbox List Folder
dropbox_list_folderList 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Folder path (e.g., "" for root, "/Documents") | |
| limit | No | Max entries to return (default 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error code if connection failed | |
| cursor | No | Pagination cursor for more results | |
| entries | No | Array of files and folders in the directory | |
| message | No | Error message if connection failed | |
| has_more | No | Whether more entries exist |