vault_analyze
Analyze vault knowledge graph: rebuild graph, detect clusters, find connections, and list orphan notes for better knowledge organization.
Instructions
Analyze vault knowledge graph.
Actions: rebuild_graph: Build or incrementally update the knowledge graph from notes/ and topics/. Returns node/edge counts. clusters: Run Louvain community detection. Cached if graph unchanged. params: limit, offset connections: Subgraph around a note + common-neighbor recommendations. params: path (required), depth (default 1), limit (default 50) orphans: Notes with no inbound or outbound links. params: limit (default 50), offset (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| depth | No | ||
| limit | No | ||
| action | Yes | ||
| offset | No |