Skip to main content
Glama

Proton Drive MCP

by anyrxo

write_file

Allows users to create or update files in Proton Drive by specifying a file path and providing text content, enabling direct file management through the MCP server.

Instructions

Write or create a file in Proton Drive

Input Schema

NameRequiredDescriptionDefault
contentYesText content to write to the file
pathYesFile path relative to Proton Drive root

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Text content to write to the file", "type": "string" }, "path": { "description": "File path relative to Proton Drive root", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }
Install Server

Other Tools from Proton Drive MCP

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/anyrxo/proton-drive-mcp'

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