Skip to main content
Glama

MCP Policy Gatekeeper

by GILSMON

create_file

Create new files while automatically enforcing organizational naming conventions by converting file paths to snake_case format.

Instructions

Create a new file (automatically applies snake_case naming convention)

Input Schema

NameRequiredDescriptionDefault
contentNoFile content
pathYesDesired file path (will be normalized to snake_case)

Input Schema (JSON Schema)

{ "properties": { "content": { "default": "", "description": "File content", "type": "string" }, "path": { "description": "Desired file path (will be normalized to snake_case)", "type": "string" } }, "required": [ "path" ], "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