Skip to main content
Glama

mcp-server-code-assist

create_file

Generate and save new files with specified content by providing a path and content. Streamlines file creation within code projects using structured input.

Instructions

Creates a new file with content

Input Schema

NameRequiredDescriptionDefault
contentNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "content": { "default": "", "title": "Content", "type": "string" }, "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" } }, "required": [ "path" ], "title": "FileCreate", "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/abhishekbhakat/mcp_server_code_assist'

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