list_notes
List notes from an Obsidian vault with metadata. Filter by folder, type, status, or tags, with pagination and sorting.
Instructions
List notes with metadata for browsing UI: path, title, frontmatter, mtime, size, hash. Supports folder/type/status/tag filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (OR logic) | |
| type | No | Filter by note type | |
| limit | No | Max results (default 50) | |
| folder | No | Folder scope, e.g. "01_Projects" | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by note status | |
| sort_by | No | Sort field | |
| include_archived | No | Include 04_Archives notes (default true) |