Read note frontmatter (full or single key)
obsidian_frontmatter_getRetrieve YAML frontmatter from Obsidian notes. Optionally filter a single field by key, or get the full frontmatter object.
Instructions
Return parsed YAML frontmatter for a note. With key, returns just that field's value. Without key, returns the whole frontmatter object. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Vault-relative path | |
| title | No | Note title (filename without .md, accepts periodic aliases) | |
| key | No | Single key to read; omit for full frontmatter |