rca_graph_get
Retrieve a causal graph in JSON, DOT, or adjacency-list format for root cause analysis.
Instructions
Retrieve a causal graph in JSON, Graphviz DOT, or adjacency-list format.
Args: params (GraphGetInput): - graph_id: ID of the graph - format: 'json' | 'dot' | 'adjacency'
Returns: str: Graph data in requested format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |