list_notes
Retrieve all markdown notes in your vault, specifying an optional folder to narrow the list. Get relative paths for each note to easily locate and manage your documentation.
Instructions
List all markdown notes in the vault, optionally scoped to a folder.
Args: folder: Subfolder to list notes from (relative to vault root). If empty, lists all notes in the vault.
Returns: Newline-separated list of note paths relative to vault root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |