dropbox-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dropbox_list_folderA | List the contents of a folder. Pass "" for the root. Set recursive=true to walk subfolders. If the result is truncated, call again with the returned cursor. |
| dropbox_get_metadataA | Get metadata (size, modified time, id, etc.) for a single file or folder. |
| dropbox_create_folderB | Create a folder at the given path. |
| dropbox_moveA | Move or rename a file or folder from one path to another. |
| dropbox_copyB | Copy a file or folder to a new path. |
| dropbox_deleteA | Delete a file or folder (and its contents). Destructive — the item moves to deleted state and can be restored from Dropbox for the retention window. |
| dropbox_get_temporary_linkA | Get a direct, time-limited (~4h) download/streaming URL for a file. Use this to reference or fetch file contents without creating a permanent shared link. |
| dropbox_read_fileA | Download a file and return its contents as UTF-8 text — for referencing docs, notes, code, csv, etc. Guarded by DROPBOX_MAX_READ_BYTES (default 5 MB). For large or binary files use dropbox_get_temporary_link instead. |
| dropbox_uploadA | Upload content to a path. Provide either |
| dropbox_searchA | Search the account for files and folders matching a query (filename and, where indexed, content). Optionally scope to a folder. If the result has_more, call again with the returned cursor. |
| dropbox_create_shared_linkA | Create a shareable link for a file or folder. If a link already exists for the path, the existing link is returned instead of erroring. |
| dropbox_list_shared_linksA | List existing shared links, optionally for a specific path. Paginates via cursor. |
| dropbox_get_shared_link_metadataA | Look up metadata for an existing shared link URL. |
| dropbox_revoke_shared_linkA | Disable a shared link so the URL no longer grants access. |
| dropbox_get_current_accountA | Return the authenticated account (name, email, account id, team). Good for confirming the server is connected to the right Dropbox. |
| dropbox_get_space_usageA | Return storage usage and allocation for the account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vmproductions631-tech/dropbox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server