Read File
read_fileRead a Markdown note to get its body, YAML frontmatter, hierarchy, tags, and warnings as JSON. Use before writing to preserve existing content and refresh the index without modifying the file.
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' |