Skip to main content
Glama

Enhanced Directory Context MCP Server

by PWalaGov

create_directory

Use this tool to create a new directory at a specified path, with an option to generate parent directories recursively for complex folder structures.

Instructions

Create a new directory

Input Schema

NameRequiredDescriptionDefault
pathYesDirectory path relative to working directory
recursiveNoCreate parent directories if needed

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Directory path relative to working directory", "type": "string" }, "recursive": { "default": true, "description": "Create parent directories if needed", "type": "boolean" } }, "required": [ "path" ], "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