Skip to main content
Glama

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

You must to connect to the server.

Other Tools from MCP Notes

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/mikeysrecipes/mcp-notes'

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