brain_read_note
Retrieve complete note content and metadata from your knowledge vault by specifying a file path or title. Returns markdown with frontmatter, wikilinks, and structured data for reference.
Instructions
Read the full content of a specific note by path or title.
Returns the complete markdown content including frontmatter, plus extracted metadata (type, wikilinks, updated date).
Args: params: Either a vault-relative path or a note title.
Returns: JSON with content, frontmatter metadata, and extracted wikilinks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |