read_file
Read a Markdown note from the local knowledge base and return its content, metadata, and structure as JSON. Use before write_file 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, 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' |