get_graph
Fetch a filtered subset of OKF graph nodes and edges using tags, types, bundles, or edge kinds to limit results for targeted analysis.
Instructions
Return a bounded set of OKF graph nodes and edges with optional concept filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Limit graph nodes to concepts containing this tag. | |
| type | No | Limit graph nodes to this exact concept type. | |
| bundle | No | Limit graph nodes to this bundle id. | |
| maxEdges | No | Maximum number of graph edges to return. | |
| maxNodes | No | Maximum number of graph nodes to return. | |
| edgeKinds | No | Limit returned edges to these edge kinds. | |
| pathPrefix | No | Limit graph nodes to bundle relative paths beginning with this prefix. | |
| includeAssets | No | Include explicitly referenced bundle assets as graph nodes. | |
| includeExternal | No | Include opaque external relation targets in the graph. |