analyze-vault
Analyze your Obsidian vault to get statistics, detect broken links, orphan notes, stubs, and outdated notes. Find unlinked mentions and notes with no outgoing links for better organization.
Instructions
Unified analytical tool to get vault stats, detect broken links, orphans, stubs, and outdated notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'stats', 'broken-links', 'orphan-notes', 'unlinked-mentions', 'find-stubs', 'find-outdated' | |
| directory | No | Directory to analyze | |
| include_no_outgoing | No | Include notes with no outgoing links (dead ends) | |
| path | No | Path to the note to find unlinked mentions of | |
| max_words | No | Maximum word count to qualify as stub (default 100) | |
| limit | No | Maximum results (default 50) | |
| days | No | Days since modification to qualify as outdated (default 90) |