List Notes
list_notesEnumerate all markdown notes in your Obsidian vault or a selected folder, returning a sorted list of paths and total count. Truncates output to a specified limit for browsing or batch processing.
Instructions
Enumerate every markdown note in the vault (or a single folder), returning a sorted list of relative paths along with the total count. Truncates output to limit entries but still reports the total. Use to browse vault structure, build a file picker, or enumerate targets for batch processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder relative to vault root to restrict the listing (omit to list the entire vault) | |
| limit | No | Maximum number of note paths to return (1-10000, default: 50). The full total count is still reported separately. |