The vault to scan.
All optional. tag matches against both frontmatter and
inline tags (normalized — leading # and case ignored). folder
restricts to a subdirectory. since_date is an ISO 8601 date
(YYYY-MM-DD) — only notes modified at-or-after are returned.
limit defaults to 50.
A NoteSummary array sorted by mtime desc, truncated to
limit.
List markdown notes in the vault, optionally filtered by tag / folder / modification date.
Sorted by mtime descending (most recent first). Cheap metadata view — frontmatter and tags only, no body. Use readNote to fetch the full content for a specific result.