keel_create_risk
Add a risk to your workspace risk register by providing a title, likelihood, impact, and treatment. Receive the new risk ID to track follow-up actions.
Instructions
Add a risk to the workspace risk register. Returns the new risk id. Likelihood and impact are on a 1-5 scale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Owner name. | |
| title | Yes | Short risk title (required). | |
| impact | Yes | Inherent impact, 1-5 (required). | |
| status | No | Defaults to open. | |
| category | No | Free-text category, e.g. "Access control". | |
| treatment | Yes | How the risk is being treated (required). | |
| likelihood | Yes | Inherent likelihood, 1-5 (required). | |
| ownerEmail | No | Owner email address. | |
| description | No | ||
| residualImpact | No | Post-treatment impact, 1-5. | |
| residualLikelihood | No | Post-treatment likelihood, 1-5. |