Get note with graph context
get_noteRetrieve a note's content and its graph context: backlinks, forward links, tags, and frontmatter. Control which fields to fetch using the include array to avoid large backlink searches on big vaults.
Instructions
Get a note's content plus its graph context: backlinks (who links to it), forward links (who it links to), tags, and frontmatter. Use the include array to control which context is fetched — backlinks are O(vault size) so omit them when unneeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| include | No | Which fields to populate. Backlinks are expensive on large vaults. | |
| backlinks_limit | No |