List Notes
list_notesEnumerate notes in an Obsidian vault with optional folder scope and pagination. Use to list files instead of an empty full-text search.
Instructions
List note paths explicitly, optionally scoped to a folder, with pagination. Use this instead of an empty full-text search when enumerating files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notes (default 100). | |
| folder | No | Vault-relative folder. Omit for the vault root. | |
| offset | No | Zero-based result offset. | |
| recursive | No | Include nested folders (default true). |