get_graph
Retrieve bounded OKF graph nodes and edges filtered by concept, tag, type, bundle, or path prefix.
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. | |
| pathPrefix | No | Limit graph nodes to bundle relative paths beginning with this prefix. | |
| includeExternal | No | Include opaque external relation targets in the graph. |