obsidian_property_set
Set a frontmatter property on an Obsidian note by specifying the file path, property key, and value to update or add metadata.
Instructions
Set a frontmatter property on a note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Property key to set | |
| file | Yes | File path (relative to vault root) | |
| value | Yes | Property value to set |