find_all_paths
Discover all connection paths between two entities in a knowledge graph, with configurable depth, direction, and relationship filters for comprehensive relationship analysis.
Instructions
Find all paths between two entities up to a maximum depth
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source entity name | |
| target | Yes | Target entity name | |
| maxDepth | No | Maximum path length (default: 5) | |
| direction | No | Direction of traversal (default: both) | |
| relationTypes | No | Optional filter for relation types to follow |