list_vault
List files and folders in an Obsidian vault with recursive depth control. Filter to notes only and exclude hidden folders to find content quickly.
Instructions
List files and folders in the vault. Supports recursive listing with depth control. Hidden folders (.obsidian, .trash, .git) are excluded by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder path relative to vault root. Defaults to vault root. | |
| maxDepth | No | Maximum depth for recursive listing. Default: 5. | |
| notesOnly | No | If true, only show note files (markdown). Default: false (shows all files and folders). | |
| recursive | No | If true, list contents recursively. Default: false. |