Skip to main content
Glama

Dropbox MCP Server

by cindyloo

search_file_content

Find specific text within Dropbox files by searching content across multiple file types including PDFs, DOCX, and text documents.

Instructions

Search for text within specific files.

Args: file_paths: List of file paths to search in query: Text to search for context_chars: Number of characters of context around matches

Input Schema

NameRequiredDescriptionDefault
context_charsNo
file_pathsYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "context_chars": { "default": 100, "title": "Context Chars", "type": "integer" }, "file_paths": { "items": { "type": "string" }, "title": "File Paths", "type": "array" }, "query": { "title": "Query", "type": "string" } }, "required": [ "file_paths", "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