get_note
Retrieve a note from an Obsidian vault by specifying its relative path. Enables access to specific notes for reading or processing.
Instructions
Get a note by its path.
Args: path: Path to the note relative to vault root (e.g., "notes/my-note.md")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |