find_paths
Trace bounded relationship paths between two OKF concepts. Specify source, target, and optional edge kinds to limit traversal, with up to 50 distinct paths returned.
Instructions
Find bounded relationship paths between two OKF concepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Canonical or path based okf URI where path search begins. | |
| target | Yes | Canonical or path based okf URI where path search ends. | |
| maxPaths | No | Maximum number of distinct paths to return. | |
| edgeKinds | No | Limit path traversal to these edge kinds. |