rca_graph_add_node
Add a typed node to a causal graph for root cause analysis, specifying graph ID, name, node type, description, and metadata.
Instructions
Add a typed node (metric / incident / symptom / root_cause / intermediate) to a graph.
Args: params (NodeOpInput): graph_id, name, node_type, description, metadata
Returns: str: JSON confirmation with updated node count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |