list_notes
List notes in your Obsidian vault as lightweight headers. Orient before searching or reading by scoping with folder, tags, or frontmatter conditions.
Instructions
List notes in the vault as lightweight headers (path, title, tags, first heading, size, modified time) without full contents. Use it to discover what exists and orient before searching or reading. Scope with folder/tags/where/match (match governs tags; where conditions all apply).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Restrict to notes carrying these tags (leading '#' optional). | |
| limit | No | Maximum number of notes to return (default 100; 0 = unbounded) | |
| match | No | Semantics of tags: 'any' (default) or 'all'. | |
| where | No | Restrict to notes whose frontmatter satisfies these conditions (query_notes syntax). | |
| folder | No | Restrict to notes under this folder. | |
| offset | No | Rows to skip, for pagination (default 0). |