Get Note
get_noteRetrieve a note's full markdown content with line-number pagination. Specify a start line and limit to read large notes in manageable chunks.
Instructions
Retrieve full markdown content of a specific note with line number pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rel_path | Yes | Note path relative to vault root (e.g. 'trading/cuantum-setup.md') | |
| limit_lines | No | Maximum lines to return in single request | |
| offset_line | No | Line number to start reading from (1-indexed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||