Vault dashboard (one-shot orientation)
obsidian_statsGet a vault-wide summary including total notes, storage size, recent changes, orphan notes, broken wikilinks, and top tags. Use this to understand the overall structure before targeted queries.
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) |