Skip to main content
Glama

Obsidian MCP

manage_folder

Organize your Obsidian vault by creating, renaming, moving, or deleting folders with precision. Streamline folder management directly through the Obsidian MCP server.

Instructions

Create, rename, move, or delete a folder in the Obsidian vault

Input Schema

NameRequiredDescriptionDefault
newPathNoNew path for the folder (required for rename and move operations)
operationYesThe operation to perform: create, rename, move, or delete
pathYesPath to the folder within the vault

Input Schema (JSON Schema)

{ "properties": { "newPath": { "description": "New path for the folder (required for rename and move operations)", "type": "string" }, "operation": { "description": "The operation to perform: create, rename, move, or delete", "enum": [ "create", "rename", "move", "delete" ], "type": "string" }, "path": { "description": "Path to the folder within the vault", "type": "string" } }, "required": [ "operation", "path" ], "type": "object" }
Install Server

Other Tools from Obsidian MCP

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/newtype-01/obsidian-mcp'

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