list_notes
List notes in the vault with optional filtering by directory or frontmatter tag. Exclude unresolved wiki-link targets to see only real notes.
Instructions
List notes in the vault. Optionally filter by directory prefix or by frontmatter tag. Pass includeStubs: false to exclude unresolved wiki-link targets (nodes with frontmatter._stub: true) and see only real on-disk notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Restrict to notes under this subdirectory prefix. | |
| tag | No | Restrict to notes containing this frontmatter tag. | |
| limit | No | Max results to return. Default 100. | |
| includeStubs | No | Default `true`. Set `false` to exclude unresolved wiki-link targets. |