read_note
Fetch the complete content of a note from the vault using its path.
Instructions
Read any note from the vault.
Args:
path: Path relative to vault root (e.g., "50_Protocols/Auth.md").
Returns:
Full content of the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |