Skip to main content
Glama
by cindyloo

read_file

Retrieve and display the complete content of any file stored in Dropbox by specifying its full path, with optional character limit control.

Instructions

Read and return the full content of a file.

Args: file_path: Full path to the file in Dropbox max_length: Maximum characters to return (0 for no limit)

Input Schema

NameRequiredDescriptionDefault
file_pathYes
max_lengthNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "max_length": { "default": 5000, "title": "Max Length", "type": "integer" } }, "required": [ "file_path" ], "type": "object" }

Latest Blog Posts

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