obsidian_set_property
Add or update a YAML frontmatter property on an Obsidian note. Specify vault, path, property name, and value.
Instructions
Set a frontmatter property on a note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
property_name: Name of the property to set
property_value: Value to set (will be parsed as YAML)
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| property_name | Yes | ||
| property_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |