Skip to main content
Glama

Simple MCP Server

by p-united

write_file

Write text to a specified file within secure directories using this tool, ensuring controlled and safe file operations on the Simple MCP Server.

Instructions

指定されたファイルにテキストを書き込みます(許可されたディレクトリのみ)

Input Schema

NameRequiredDescriptionDefault
contentYes書き込む内容
filepathYes書き込むファイルのパス

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "書き込む内容", "type": "string" }, "filepath": { "description": "書き込むファイルのパス", "type": "string" } }, "required": [ "filepath", "content" ], "type": "object" }
Install Server

Other Tools from Simple 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/p-united/mcpSample'

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