list_folders_tool
List folders in your Obsidian vault to explore organization, verify folder names, and check hierarchy. Supports recursive listing from any directory.
Instructions
List folders in the vault or a specific directory.
When to use:
Exploring vault organization structure
Verifying folder names before creating notes
Checking if a specific folder exists
Understanding the hierarchy of the vault
When NOT to use:
Listing notes (use list_notes instead)
Searching for content (use search_notes)
Returns: Folder structure with paths and names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Specific directory to list folders from (optional, defaults to root) | |
| recursive | No | Whether to include all nested subfolders | |
| ctx | No |