read_note
Retrieve note content from a markdown vault by specifying a path, with an optional line limit to shorten the output.
Instructions
Read a note from the vault.
Args: note_path: Path to the note relative to vault root max_lines: Optional maximum number of lines to return. If omitted, returns the full note.
Returns: Note content (possibly truncated) or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_lines | No | ||
| note_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |