list_notes_tool
List notes in your Obsidian vault from a specific directory, with optional recursive subdirectory traversal to organize and locate files efficiently.
Instructions
List notes in the vault or a specific directory.
Args: directory: Specific directory to list (optional, defaults to root) recursive: Whether to list all subdirectories recursively (default: true)
Returns: Vault structure and note paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | ||
| recursive | No | ||
| ctx | No |