list_notes
Retrieve notes from your Obsidian vault, with optional folder filters, recursive search, and pagination to browse efficiently.
Instructions
List all notes in the vault
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notes to return | |
| folder | No | Filter notes by folder (optional) | |
| offset | No | Number of notes to skip | |
| recursive | No | Whether to list notes recursively in subfolders |