Skip to main content
Glama

MCP Policy Gatekeeper

by GILSMON

write_file

Write content to existing files while maintaining organizational policy compliance through automated validation of file operations against security standards and naming conventions.

Instructions

Write to an existing file (naming convention enforced on creation only)

Input Schema

NameRequiredDescriptionDefault
contentYesFile content
pathYesFile path

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "File content", "type": "string" }, "path": { "description": "File path", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }

Other Tools from MCP Policy Gatekeeper

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/GILSMON/mcpServer_as_gatekeeper'

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