list_all_files
Recursively list all files in your Obsidian vault, starting from any directory and filtering by extension, to get a complete view of your vault structure.
Instructions
Recursively list all files in the Obsidian vault. Can start from a specific directory and filter by file extension. Useful for getting a complete view of vault structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Starting directory path. Leave empty for entire vault. | |
| maxDepth | No | Maximum depth to recurse into subdirectories (default: 10). | |
| extensions | No | File extensions to filter by (e.g., ['md', 'pdf']). Leave empty for all files. |