get_neighbors
Retrieve the incoming and outgoing graph relationships for an OKF concept. Filter by edge kind and optionally include assets or external references.
Instructions
Return the incoming and outgoing graph relationships for one OKF concept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Canonical or path based okf URI of the center concept. | |
| edgeKinds | No | Limit neighbors to these edge kinds. | |
| includeAssets | No | Include referenced asset neighbors. | |
| includeExternal | No | Include opaque external neighbors without fetching them. |