read_file
Read a Markdown note from the local knowledge base and retrieve its body, YAML frontmatter, hierarchy, parent links, and tags as JSON. Use before editing to inspect or preserve existing content.
Instructions
Read one Markdown note from the local knowledge base. Returns the note body, YAML frontmatter, hierarchy metadata, parent links, explicit tags, and warnings as JSON. Use this before write_file when you need to preserve existing content or inspect current metadata. Side effect: refreshes this file in the local SQLite index so later classification and parent suggestions use current data. It never changes the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from OBSIDIAN_ROOT, e.g. 'notes/my-note.md' |