rca_graph_merge
Merge two causal graphs into a unified graph for cross-system root cause analysis. Duplicate edges keep higher weight; cycles detected and removed.
Instructions
Merge two causal graphs into a unified graph for cross-system RCA (e.g. combining a network-layer graph with an application-layer graph). Duplicate edges keep the higher-weight version; edges that would introduce a cycle are dropped and counted.
Args: params (GraphMergeInput): graph_id_a, graph_id_b, merged_name, conflict_resolution ('union' | 'intersection')
Returns: str: JSON with merged_graph_id, node_count, edge_count, cycles_removed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |