Read one page
read_noteRetrieve the full content of any markdown note by providing its vault-relative path. Avoid wasted reads by locating the note first, then fetch only what matters.
Instructions
Returns the full content of one markdown page by vault-relative path (e.g. wiki/people/sam-okafor.md). Counts against the hard page budget of 5 reads per session - locate pages via get_index or search_notes first, then read only what matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to a .md file |