memory_communities
Identify dense entity clusters in the knowledge graph to reveal main themes. Returns each community's top entities and linked memories.
Instructions
GraphRAG global sensemaking (agent-driven, no LLM in the server). Detects communities (densely-connected entity clusters) over the entity graph on demand via weighted label propagation, and returns each community's top entities + linked memories. This is the corpus-level view that chunk-level search can't give — synthesize named themes from the communities to answer "what are the main themes?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum communities to return, largest first (default 20) | |
| min_size | No | Drop communities with fewer than this many entities (default 1) |