Skip to main content
Glama

Obsidian MCP Server

by natestrong

move_note_tool

Transfer and reorganize notes within Obsidian vaults by moving them to new locations, with an option to automatically update links for consistency.

Instructions

Move a note to a new location, optionally updating all links. Args: source_path: Current path of the note destination_path: New path for the note update_links: Whether to update links in other notes (default: true) Returns: Move status and updated links count

Input Schema

NameRequiredDescriptionDefault
ctxNo
destination_pathYes
source_pathYes
update_linksNo

Input Schema (JSON Schema)

{ "properties": { "ctx": { "default": null, "title": "Ctx" }, "destination_path": { "title": "Destination Path", "type": "string" }, "source_path": { "title": "Source Path", "type": "string" }, "update_links": { "default": true, "title": "Update Links", "type": "boolean" } }, "required": [ "source_path", "destination_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/natestrong/obsidian-mcp'

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