Skip to main content
Glama

Obsidian MCP

move_note

Move or rename notes in an Obsidian vault by specifying the source and destination paths to reorganize or update note locations efficiently.

Instructions

Move or rename a note to a new location in the Obsidian vault

Input Schema

NameRequiredDescriptionDefault
destinationPathYesNew path where the note should be moved
sourcePathYesCurrent path to the note within the vault

Input Schema (JSON Schema)

{ "properties": { "destinationPath": { "description": "New path where the note should be moved", "type": "string" }, "sourcePath": { "description": "Current path to the note within the vault", "type": "string" } }, "required": [ "sourcePath", "destinationPath" ], "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