brain_read
Retrieve the full content, authority, and backlinks of any note in your markdown vault. Reduce processing cost by reading only a specific heading section.
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 |