Skip to main content
Glama

Obsidian MCP Server

by getglad

update_frontmatter

Modify frontmatter fields in Obsidian notes while preserving note content. Update metadata properties like tags, dates, or custom fields to maintain organized documentation.

Instructions

Update frontmatter fields in a note (preserves content)

Input Schema

NameRequiredDescriptionDefault
pathYes
property_nameYes
property_valueYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "property_name": { "title": "Property Name", "type": "string" }, "property_value": { "title": "Property Value", "type": "string" } }, "required": [ "path", "property_name", "property_value" ], "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