MCP-PIF Server

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

ID: fr71fvl2at