get_subgraph
Traverse OKF knowledge graphs from seed URIs to retrieve a bounded subgraph, with options to limit depth, node count, and edge kinds for targeted exploration.
Instructions
Traverse a bounded OKF subgraph outward from one or more seed concepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Single canonical or path based okf URI to use as a seed. | |
| depth | No | Maximum relationship depth to traverse from the seeds. | |
| seeds | No | One or more okf URIs to use as traversal seeds. | |
| maxNodes | No | Maximum number of graph nodes to return. | |
| edgeKinds | No | Limit traversal to these edge kinds. |