get_related
Discover directly connected facts around any fact ID. Optionally filter by relation to trace specific edges. Returns related facts with direction, edge, and fact identifiers.
Instructions
Knowledge Graph: Get directly related facts (1-hop, bidirectional). Returns a list of {fact_id, relation, edge_id, direction} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_id | Yes | The Qdrant point ID to find neighbors for | |
| relation | No | Only return edges with this relation (e.g. 'manages') |