Skip to main content
Glama

mcp-editor

create

Generate and write files with specific content to designated paths using structured input, ensuring controlled and secure file creation on the MCP server.

Instructions

Create a new file with specified content

Input Schema

NameRequiredDescriptionDefault
file_textYesContent to write to the file
pathYesAbsolute path where file should be created

Input Schema (JSON Schema)

{ "properties": { "file_text": { "description": "Content to write to the file", "type": "string" }, "path": { "description": "Absolute path where file should be created", "type": "string" } }, "required": [ "path", "file_text" ], "type": "object" }

Other Tools from mcp-editor

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/arathald/mcp-editor'

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