list_notes_tool
List Markdown notes in an Obsidian vault or subfolder, with optional metadata like title, tags, and status to help locate and organize notes.
Instructions
List all Markdown notes in the vault (or a subfolder). Set include_meta=True to get title, tags, status, created per note. data.items is a list of paths, or of {path, title, tags, status, created, mtime} when include_meta=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | ||
| folder | No | ||
| include_meta | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||