Vault dashboard (one-shot orientation)
obsidian_statsRetrieve a vault-wide summary with total notes, bytes, average length, orphan notes, broken wikilinks, recent modifications, and top tags for structural context.
Instructions
Vault-wide summary: total notes, total bytes, average note length, recently-modified count (last 7 days), orphan notes (no inbound + no outbound), broken wikilink count, total tag count, and top-N tags by frequency. Cheap (one pass over the cached parse). Useful as the first call in a session so the LLM has structural context before issuing targeted reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_tags | No | How many top tags to return (default 10) |