brain_predict_failures
Predict deployment failures with probability-ranked modes and pre-loaded fixes. Use causal reasoning and lesson history to prevent incidents before any significant change.
Instructions
Pre-deploy failure prediction with probability percentages. Given a change context (e.g. "upgrading Keycloak 21→24" or "deploying Redis 7 to prod"), returns the top likely failure modes ranked by probability, with pre-loaded fixes. Uses CKG causal edges + lesson history. Call before any significant deploy, migration, or infrastructure change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Brain instance ID | |
| context | Yes | What you are about to do, e.g. "upgrading Keycloak 21 to 24" | |
| top_k | No | Number of failure predictions to return (default: 5) | |
| format | No | Output format (default: detailed) |