get_neighbors
Fetch incoming and outgoing graph relationships for a given OKF concept, with options to filter by edge types and 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. |