Skip to main content
Glama

Obsidian MCP Server

by quinny1187

write_note

Create or update notes in an Obsidian vault by specifying the path and content. Choose to overwrite, append, or prepend content for flexible note management.

Instructions

Create or update a note in the vault

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note
modeNoHow to handle existing contentoverwrite
note_pathYesPath to the note relative to vault root
vault_pathYesPath to the Obsidian vault

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the note", "type": "string" }, "mode": { "default": "overwrite", "description": "How to handle existing content", "enum": [ "overwrite", "append", "prepend" ], "type": "string" }, "note_path": { "description": "Path to the note relative to vault root", "type": "string" }, "vault_path": { "description": "Path to the Obsidian vault", "type": "string" } }, "required": [ "vault_path", "note_path", "content" ], "type": "object" }

Other Tools from Obsidian MCP Server

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

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