list_notes
Lists notes from the vault with optional folder and extension filters, supporting pagination via limit and offset.
Instructions
List vault notes with filters and pagination.
Lists .md, .pdf, and .canvas. Only .md can be read with read_note. For PDF and Canvas files, use search_vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | maximum number of notes to return | |
| folder | No | optional folder filter, such as 'projects' or 'research/python' | |
| offset | No | number of matching notes to skip | |
| extension | No | optional extension filter, such as '.md' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |