graph_query
Query the knowledge graph to find entities connected to a given entity, revealing relationships and dependencies within 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 |
|---|---|---|---|
| depth | No | ||
| entity | Yes | ||
| direction | No | both | |
| rel_types | No | ||
| min_weight | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |