vault_list
List files and folders in an Obsidian vault, with optional path or glob filters and recursive listing to help you locate notes.
Instructions
List files and folders in the vault. Paths in this tool's output are formatted as markdown links [vault-relative-path.md](obsidian://...) so users can Cmd/Ctrl-click to open in Obsidian. Preserve the link form when relaying paths to the user; pass only the bracket text (e.g. 01-Projects/Foo/note.md) to other vault tools' path arguments, never the full markdown link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path relative to vault root (supports partial names, e.g. 'MyApp'; default: root) | |
| pattern | No | Glob pattern to filter (e.g., '*.md') | |
| recursive | No | List recursively |