List Notes
list_notesList Obsidian note paths with optional folder scoping and pagination. Retrieve selected frontmatter properties (e.g., status, project) for each note without reading full file contents.
Instructions
List note paths explicitly, optionally scoped to a folder, with pagination. Use this instead of an empty full-text search when enumerating files. Pass properties to project specific frontmatter fields (e.g. status, project) alongside each note without reading every note individually.
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). | |
| properties | No | Frontmatter field names to include per note, e.g. ['status', 'project']. Missing fields are null. |