find_paths
Finds bounded relationship paths between two OKF concepts, returning distinct routes from source to target URI.
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. |