get_subgraph
Traverse an OKF knowledge graph from seed concepts to discover connected nodes within limits. Control depth, node count, and edge types for focused 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. |