vault_list
List all available vault projects. With a project slug, list files in that project, optionally filtered by path or glob pattern.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project slug. Empty = list all projects. | |
| path | No | Subdirectory within the project. Empty = project root. | |
| pattern | No | Glob pattern to filter files (e.g. 'adr-*', '*.md'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |