Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood
MIT License

update_note

Modify a note's content and frontmatter in Obsidian by specifying the note's path and providing updated content or metadata, enabling efficient note management via the REST API.

Instructions

Update a note's content and/or frontmatter

Input Schema

NameRequiredDescriptionDefault
contentNoNew content (optional)
frontmatterNoNew frontmatter (optional)
pathYesPath to the note

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content (optional)", "type": "string" }, "frontmatter": { "description": "New frontmatter (optional)", "type": "object" }, "path": { "description": "Path to the note", "type": "string" } }, "required": [ "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/j-shelfwood/obsidian-local-rest-api-mcp'

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