List Notes
list_notesEnumerate notes from a vault folder with pagination and optional frontmatter fields. Use this to list files instead of running empty full-text searches.
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. |