obsidian_properties
List or read frontmatter properties from Obsidian notes. Get property names with counts, or retrieve values for a specific note or property.
Instructions
List or read frontmatter properties.
Parameters: file (optional) — note name for wikilink resolution path (optional) — exact file path name (optional) — specific property name to read (requires file or path)
Examples: obsidian_properties({}) — list all properties with counts obsidian_properties({ file: "My Note" }) — properties of a specific note obsidian_properties({ file: "My Note", name: "status" }) — read one property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File name | |
| name | No | Specific property name to read | |
| path | No | File path |