vault_list
List projects or files in an Obsidian vault. Use to browse available projects or view contents of specific project directories with optional filtering.
Instructions
List vault projects, or files within a project.
When called without arguments, lists all available projects. When called with a project, lists files in that project directory.
Args: project: Project slug. Empty = list all projects. path: Subdirectory within the project. Empty = project root. pattern: Glob pattern to filter files (e.g. 'adr-', '.md').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| path | No | ||
| pattern | No |