brain_read
Read a note from your Engram vault: returns full markdown, authority status, and backlinks. Optionally extract a single heading section to save tokens.
Instructions
Read a note: full markdown (frontmatter + body), its authority, and its backlinks. Path is vault-relative, e.g. 'clients/mks/mks.md'.
Pass section to read just one heading's content instead of the whole file — cheaper on long documents. If the heading isn't found you get the list of available headings back.
Always check the returned authority before acting on the content: archived and superseded notes are history, not instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | vault-relative path | |
| section | No | optional heading to extract, e.g. 'Pricing' — matches case-insensitively by prefix |