update_metadata
Update a note's YAML frontmatter while preserving the Markdown body. Safely modify metadata like type, level, tags, or parents without altering 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. |