Execution
Tool call payload {
"tool": "build_incident_response_packet",
"arguments": {
"evidence": {
"schema": "incidentops.evidence.v1",
"incidentId": "inc-42",
"title": "5xx spike after deploy",
"status": "investigating",
"severity": "sev2",
"startedAt": "2026-08-01T12:00:00Z",
"services": [
"api"
],
"environments": [
"production"
],
"alerts": [
{
"id": "alert-5xx",
"provider": "custom",
"service": "api",
"environment": "production",
"severity": "sev2",
"title": "5xx rate above 5%",
"startedAt": "2026-08-01T12:01:00Z",
"evidence": [
"5xx rate exceeded 5% for three data points"
]
}
],
"logs": [
{
"id": "log-1",
"provider": "custom",
"service": "api",
"environment": "production",
"timestamp": "2026-08-01T12:02:00Z",
"level": "error",
"message": "upstream timeout"
}
],
"deploys": [
{
"id": "deploy-42",
"provider": "github",
"service": "api",
"environment": "production",
"repository": "acme/api",
"commitSha": "abc123",
"startedAt": "2026-08-01T11:54:00Z",
"status": "success",
"rollbackCommand": "gh workflow run rollback-api.yml"
}
],
"ownership": [
{
"service": "api",
"repository": "acme/api",
"owner": "@platform",
"team": "Platform",
"rollbackHint": "Run the last-known-good deployment workflow."
}
]
}
}
}
Reviews the supplied records, ranks the current hypothesis, and assembles rollback, recovery, communication, closure, and follow-up artifacts.
Output
Representative contract excerpt {
"schema": "incidentops.response-packet.v1",
"incidentId": "inc-42",
"generatedAt": "1970-01-01T00:00:00.000Z",
"summary": {
"primaryService": "api",
"severity": "sev2",
"owner": "@platform",
"ownerTeam": "Platform",
"evidenceCounts": {
"alerts": 1,
"logs": 1,
"deploys": 1,
"owners": 1
},
"currentHypothesis": {
"category": "recent_deploy",
"confidence": "high",
"evidence": [
"Deploy deploy-42 completed 6m before incident start."
]
},
"recommendedResponseMode": "rollback",
"rollbackRecommended": true,
"rollbackCommand": "gh workflow run rollback-api.yml",
"readyToClose": false,
"closureBlockers": [
"Recovery verification complete",
"Customer and internal communications are current"
],
"topAction": {
"rank": 1,
"action": "rollback",
"priority": "critical",
"title": "Rollback api deploy abc123",
"owner": "@platform",
"command": "gh workflow run rollback-api.yml",
"rationale": "A successful deploy completed shortly before incident onset and has an executable rollback command."
}
}
}
Usage rating
The completed call receives a measured receipt. Allowance quantities remain unpublished until the fully allocated rate card is frozen.