export_graph
Export the OKF graph in JSON, DOT, or Mermaid format with configurable limits on edges and nodes, and optional inclusion of external targets.
Instructions
Render the current OKF graph as JSON, Graphviz DOT, or Mermaid text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format for the graph. | json |
| maxEdges | No | Maximum number of graph edges to export. | |
| maxNodes | No | Maximum number of graph nodes to export. | |
| includeExternal | No | Include opaque external relation targets in the export. |