rca_graph_score
Evaluate a causal graph's structure: density, DAG validity, coverage, root/leaf nodes, and connected components. Returns structural and coverage scores between 0 and 1.
Instructions
Compute structural quality scores for a causal graph: density, DAG validity, coverage, root/leaf nodes, connected components.
Args: params (GraphScoreInput): graph_id
Returns: str: JSON GraphScore with structural_score and coverage_score in [0,1]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |