Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DROPBOX_ACCESS_TOKEN | Yes | Your Dropbox Access Token. Can be generated in the Dropbox App Console under Settings > OAuth 2 > Generated access token. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_folder | List files and folders in a Dropbox directory |
| create_folder | Create a new folder in Dropbox |
| search | Search for files and folders in Dropbox by name |
| get_metadata | Get metadata for a file or folder in Dropbox |
| move | Move a file or folder to a new location in Dropbox |
| copy | Copy a file or folder in Dropbox |
| delete | Delete a file or folder in Dropbox (moves to trash) |
| create_shared_link | Create a shared link for a Dropbox file or folder |
| list_shared_links | List shared links for a Dropbox file/folder, or all shared links |
| get_space_usage | Get the current Dropbox account space usage |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |