dropbox_search
ActiveTool of mcp-dropbox
declared in 0.1.0
Search Dropbox for files and folders by name or content. Returns matching paths, file types, and metadata. Use when you need to find a file without knowing its exact location.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "invoice"
},
{
"query": "Q4 report",
"max_results": 10
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query string"
},
"max_results": {
"type": "number",
"description": "Maximum results to return (default 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-dropbox
https://github.com/pipeworx-io/mcp-dropbox
2/7 registries