Skip to main content
Glama

Obsidian MCP Server

by getglad

batch_append_notes

Append content to multiple notes in a single atomic operation within Obsidian vaults, ensuring all updates complete successfully or none are applied.

Instructions

Append content to multiple notes atomically

Input Schema

NameRequiredDescriptionDefault
appendsYes
confirmNo

Input Schema (JSON Schema)

{ "properties": { "appends": { "items": { "$ref": "#/$defs/NoteAppend" }, "title": "Appends", "type": "array" }, "confirm": { "default": false, "title": "Confirm", "type": "boolean" } }, "required": [ "appends" ], "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