update_metadata
Update YAML frontmatter of an existing note while preserving the Markdown body. Use for safe changes to metadata fields without altering note content.
Instructions
Update only YAML frontmatter for an existing note and preserve the Markdown body exactly. Use this for safe changes to type, level, sign, artifact_sign, tags, parents, and parents_meta when the note content must not be touched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from OBSIDIAN_ROOT | |
| metadata | Yes | YAML frontmatter to write while preserving the existing body. |