graph_query
Query a knowledge graph to find entities and their relationships to a given entity, revealing connections and dependencies up to a specified depth.
Instructions
Query the knowledge graph to find entities connected to a given entity. USE THIS WHEN: you want to understand relationships between concepts, find dependencies, or explore how entities are connected. Returns connected entities and relationship types within the specified depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| depth | No | ||
| rel_types | No | ||
| direction | No | both | |
| min_weight | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |