detect_note_clusters
Detect communities or clusters of related notes in an Obsidian vault using graph analysis. Reveals thematic groups by analyzing connections between notes.
Instructions
Detect communities/clusters of related notes using graph analysis. Requires OBSIDIAN_VAULT_PATH to be set for the targeted vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | No | Optional vault ID (defaults to configured default vault). | |
| minClusterSize | No | Minimum notes per cluster (default: 3). |