get_note
Retrieve a Joplin note with smart content display: short notes show full content, long notes show a table of contents. Extract specific sections or line ranges for sequential reading.
Instructions
Retrieve a note with smart content display and sequential reading support.
Smart behavior: Short notes show full content, long notes show TOC only. Sequential reading: Extract specific line ranges for progressive consumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note ID to retrieve | |
| section | No | Extract specific section (heading text, slug, or number) | |
| start_line | No | Start line for sequential reading (1-based) | |
| line_count | No | Number of lines to extract from start_line (default: 50) | |
| toc_only | No | Show only table of contents (default: False) | |
| force_full | No | Force full content even for long notes (default: False) | |
| metadata_only | No | Show only metadata without content (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |