MCP Notes

create_directory

Create new or nested directories in your notes system to organize files efficiently. Specify the directory path relative to the notes folder for structured storage and easy access.

Instructions

Create a new directory in your notes. Can create nested directories in one operation. Path should be relative to your notes directory.

Input Schema

NameRequiredDescriptionDefault
pathYesDirectory path to create, relative to notes directory

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Directory path to create, relative to notes directory", "type": "string" } }, "required": [ "path" ], "type": "object" }
ID: saavkeo89k