vault_lint
Detect broken links, schema violations, and orphaned notes in your markdown vault. Run targeted or full checks to get a clear health report.
Instructions
Check vault structural correctness (broken links, schema violations, orphans, etc.).
Runs mdv check and returns an AI-friendly summary of vault health.
Args: category: Optional category to check (broken_references, malformed_wikilinks, schema_violations, structural_consistency, orphaned_notes, db_sync). Omit to run all checks. fix: If True, attempt to auto-fix fixable issues (not yet implemented).
Returns: Vault health report with issues grouped by category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |