MCP Notes

by markacianfrani
Verified

create_directory

Generate new directories within your MCP Notes system, including nested folders, using relative paths to organize and structure your knowledge effectively.

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" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

ID: timi8dkawo