List notes
obsidian_list_notesFilter and retrieve notes from an Obsidian vault by tag, folder, or modification date. Returns newest notes first with metadata.
Instructions
List notes in the vault. Filter by tag, folder, or modified-since date. Returns title, path, frontmatter, tags, and mtime — newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag (with or without leading #) | |
| folder | No | Restrict to a subfolder (relative to vault root) | |
| since_date | No | ISO 8601 date (YYYY-MM-DD); only notes mtime >= this | |
| limit | No | Max results (default 50) |