List Notes
list_notesEnumerate markdown notes in an Obsidian vault or folder, returning sorted relative paths and total count. Use to browse structure, build file pickers, or batch process notes.
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 |
|---|---|---|---|
| limit | No | Maximum number of note paths to return (1-10000, default: 50). The full total count is still reported separately. | |
| folder | No | Folder relative to vault root to restrict the listing (omit to list the entire vault) |