Skip to main content
Glama

MCP Notes

create_directory

Create nested directories in your MCP Notes system to organize and structure your personal knowledge base efficiently. Specify the relative path for easy setup.

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

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