Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

update_note

Modify existing notes in Obsidian vaults by updating content and metadata to maintain current information and organized knowledge management.

Instructions

Update an existing note

Input Schema

NameRequiredDescriptionDefault
contentYesNew content
frontmatterNoUpdated frontmatter
pathYesPath to the note
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content", "type": "string" }, "frontmatter": { "description": "Updated frontmatter", "type": "object" }, "path": { "description": "Path to the note", "type": "string" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault", "path", "content" ], "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/bazylhorsey/obsidian-mcp-server'

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