List notes
list_notesRetrieve paginated note metadata from a Markdown vault, filtered by folder, tags, or frontmatter, to map structure before deeper reads.
Instructions
Use this to discover vault structure before deeper reads. Return an offset/limit paginated list of notes in the vault, optionally scoped to a subfolder and/or filtered by tags or top-level frontmatter (for example, frontmatter={'confidence': 'needs_verification'}). Each entry includes the stable ULID, title, tags, aliases, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| folder | No | ||
| offset | No | ||
| frontmatter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| next_offset | Yes | ||
| limit_applied | Yes |