List vault files
list_vaultList files in an Obsidian vault. Specify a folder to scope results or filter to markdown notes only. Avoid path guessing with direct vault listing.
Instructions
List all files in the Obsidian vault. Use folder to scope to a subdirectory and markdown_only to filter to notes. Prefer this over guessing paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Vault-relative folder path. Empty = vault root. | |
| markdown_only | No | If true, only return .md / .markdown files. | |
| limit | No | Max number of paths to return. |