rca_graph_score_paths
Rank causal paths from root nodes to a target incident using a score based on edge weights, confidence, and path length.
Instructions
Find and rank all causal paths from root nodes to a target incident node. Score = geometric-mean(edge_weights) × avg_confidence / sqrt(hops).
Args: params (PathScoreInput): graph_id, target_node, top_k
Returns: str: JSON list of ScoredPath objects ranked by score descending
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |