Dropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations
Tool to create a new file request in dropbox. use when you need to request files from others by generating a unique link for uploads to a specified dropbox folder, optionally with a deadline.
Tool to create a new folder at a specified path in dropbox. use when you need to organize files by creating a new directory. requires the 'files.content.write' scope.
Creates a new dropbox paper document at the specified path using html or markdown content.
Permanently deletes the file or folder at the specified path in dropbox. use when you need to remove a specific file or folder. requires the `files.content.write` scope.
Tool to get information about the current user's dropbox account. use when you need to retrieve account details like email, name, or account type.
Tool to list files and folders in a specified dropbox directory. use when you need to see the contents of a folder, including subfolders if recursive is true.