Skip to main content
Glama
5p00kyy

Seafile MCP Server

by 5p00kyy

seafile_write_file

Create or update text files in Seafile cloud storage by specifying repository ID, file path, and content. Overwrites existing files or creates new ones with provided text.

Instructions

Create or update a text file in Seafile.

If the file exists, it will be overwritten. If it doesn't exist, it will be created. Parent directories must exist. Args: repo_id: The library/repository ID. path: The path where the file should be written. content: The text content to write. Returns: OperationResult indicating success or failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_idYesLibrary/repository ID
pathYesFile path within the library
contentYesText content to write to the file

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/5p00kyy/seafile-mcp'

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