Skip to main content
Glama

MCP-PIF Server

by hungryrobot1

mkdir

Create directories at specified paths using this tool on the MCP-PIF Server. Simplify file organization by defining directory structures programmatically.

Instructions

Create a new directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath of directory to create

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of directory to create", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP-PIF Server

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/hungryrobot1/MCP-PIF'

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