get_frontmatter
Extract YAML frontmatter from Obsidian notes to access metadata as structured key-value pairs for note management and organization.
Instructions
Parse and return the YAML frontmatter of a note as key-value pairs.
Args:
path: Relative path to the note.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |