Skip to main content
Glama

Enhanced Directory Context MCP Server

by PWalaGov

append_to_file

Append specified content to the end of a file, optionally adding a newline before the content. Useful for updating or modifying files within a directory structure.

Instructions

Append content to the end of a file

Input Schema

NameRequiredDescriptionDefault
contentYesContent to append
newline_beforeNoAdd newline before appending
pathYesFile path relative to working directory

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to append", "type": "string" }, "newline_before": { "default": true, "description": "Add newline before appending", "type": "boolean" }, "path": { "description": "File path relative to working directory", "type": "string" } }, "required": [ "path", "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/PWalaGov/File-Control-MCP'

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