list_notes
List note paths in an Obsidian vault, scoping to a subfolder, with recursive control, returning paths formatted for direct use in read_note.
Instructions
List note paths within a vault, optionally scoped to a subfolder. Returns paths in vault/relative/path.md format — the same format as the source field from search_notes — so results can be passed directly to read_note. Set recursive=False to list only the immediate folder (non-recursive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| folder | No | ||
| recursive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |