Metis — KG Community
kg_communityFind related notes in your knowledge graph by exploring connections up to a specified depth from a starting note.
Instructions
Return the connected cluster around a given knowledge library note.
Performs BFS flood-fill from the given note up to `depth` hops,
returning all reachable notes grouped by distance. Useful for surfacing
related concepts when working on a specific topic.
Args:
note_path: Relative path from knowledge/library/ (e.g. 'disease-areas/[condition].md')
depth: Maximum hop distance to explore (default 2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| note_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |