obsidian_files
List files in an Obsidian vault or specific folder, with optional filters for folder path and file extension to quickly find notes.
Instructions
List files in the vault or a specific folder.
Parameters: folder (optional) — filter by folder path ext (optional) — filter by file extension (e.g. 'md', 'canvas')
Examples: obsidian_files({}) obsidian_files({ folder: "Projects/", ext: "md" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext | No | Filter by extension | |
| folder | No | Filter by folder path |