Skip to main content
Glama

Obsidian MCP Server

by getglad

batch_update_notes

Update multiple notes atomically with automatic backup and rollback functionality for batch editing in Obsidian vaults.

Instructions

Update multiple notes atomically with automatic backup and rollback

Input Schema

NameRequiredDescriptionDefault
confirmNo
dry_runNo
updatesYes

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "title": "Confirm", "type": "boolean" }, "dry_run": { "default": false, "title": "Dry Run", "type": "boolean" }, "updates": { "items": { "$ref": "#/$defs/NoteUpdate" }, "title": "Updates", "type": "array" } }, "required": [ "updates" ], "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/getglad/obsidian_mcp'

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