rca_graph_create
Create a new empty causal DAG for root cause analysis. Provide a name and optional description to initialize the graph.
Instructions
Create a new empty causal DAG for RCA.
Args: params (GraphCreateInput): - name: graph display name - description: optional description
Returns: str: JSON with graph_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |