Skip to main content
Glama

GonMCPtool

fileWrite

Create, edit, and write files with specified content and modes (write, append, JSON). Automatically generate directories and format data as needed for efficient file management.

Instructions

檔案寫入功能,為文件提供建立、編輯與寫入功能

Input Schema

NameRequiredDescriptionDefault
contentYes
createDirsNo
filePathYes
modeNowrite
prettifyNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "createDirs": { "type": "boolean" }, "filePath": { "type": "string" }, "mode": { "default": "write", "enum": [ "write", "append", "json" ], "type": "string" }, "prettify": { "type": "boolean" } }, "required": [ "filePath", "content" ], "type": "object" }

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/GonTwVn/GonMCPtool'

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