Obsidian MCP Server

obsidian_get_properties

Extract YAML frontmatter properties (title, tags, status, custom fields) from an Obsidian note file using its path. Integrates with Obsidian MCP Server for secure file operations and content management.

Instructions

Get properties (title, tags, status, etc.) from an Obsidian note's YAML frontmatter. Returns all available properties including custom fields.

Input Schema

NameRequiredDescriptionDefault
filepathYesPath to the note file (relative to vault root)

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Path to the note file (relative to vault root)", "format": "path", "type": "string" } }, "required": [ "filepath" ], "type": "object" }

You must be authenticated.

Other Tools from Obsidian MCP Server

Related Tools

ID: syuh40cxyk