analyze-vault
Analyze Obsidian vaults to identify broken links, orphan notes, stubs, outdated content, and generate statistics for improved note management.
Instructions
Unified analytical tool to get vault stats, detect broken links, orphans, stubs, and outdated notes
Input Schema
TableJSON 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) |