You're viewing a demo portfolio

Join the waitlist
PRSM

dropbox_search

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-dropbox

https://github.com/pipeworx-io/mcp-dropbox

2/7 registries
View full server →
dropbox_search — mcp-dropbox — PRSM MCP