update_metadata
Update frontmatter metadata in a note while preserving existing fields. Specify the note path and JSON metadata to add or update.
Instructions
Update frontmatter metadata in a note, preserving existing fields.
Args: note_path: Path to the note relative to vault root metadata_json: JSON string with metadata fields to update/add
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_path | Yes | ||
| metadata_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |