Skip to main content
Glama

Dropbox MCP Server

by cindyloo

search_files

Find Dropbox files by name or content across PDF, DOCX, and text formats using search queries to locate specific documents quickly.

Instructions

Search for files in Dropbox by name or content.

Args: query: Search query (searches file names and content) file_types: File types to search ("all", "pdf", "docx", "txt", or comma-separated list) max_results: Maximum number of results to return

Input Schema

NameRequiredDescriptionDefault
file_typesNoall
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "file_types": { "default": "all", "title": "File Types", "type": "string" }, "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Dropbox MCP Server

Related Tools

    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/cindyloo/dropbox-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server