Skip to main content
Glama

Simple MCP Server

by p-united

write_file

Write text to specified files within secure directories using the Simple MCP Server, ensuring controlled and authorized file operations.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

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

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