get_property
Read a specific frontmatter property from a note, returning its value and indicating whether the key exists or is explicitly null.
Instructions
Read a single frontmatter property value from one note. Returns { path, key, value, present }; present distinguishes an absent key from a key explicitly set to null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The frontmatter property key to read | |
| path | Yes | Note path (.md optional) |