obsidian_list_notes
List all notes in an Obsidian vault or specific folder, optionally including non-markdown attachments.
Instructions
List all notes in a vault or specific folder.
Args:
vault: Name or path of the vault
folder: Optional subfolder path to list (e.g., "Projects")
include_attachments: Whether to include non-markdown files
Returns:
JSON array of note informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| folder | No | ||
| include_attachments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |