find_connections
Discover relationships between entities in your knowledge graph. Specify a starting entity and optionally a target to find paths up to a defined depth.
Instructions
Find connections between entities in the knowledge graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Maximum relationship depth to traverse | |
| to_entity | No | Target entity name (optional - finds all if not specified) | |
| from_entity | Yes | Starting entity name |