Magent Sgarbossa 1996 AMI Score Calculator is a paid API for AI agents from api.magentlab.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Computes the Sgarbossa 1996 GUSTO-1 score for identifying AMI in left bundle-branch block using three Boolean ECG criteria assigned by the caller
Sgarbossa 1996 GUSTO-1 criteria for evolving AMI in left bundle-branch block: caller-assigned concordant ST elevation ≥1 mm (5), concordant ST depression ≥1 mm in V1–V3 (3), and discordant ST elevation ≥5 mm (2). Max 10. Score ≥3 had ~90% specificity in the derivation. Deterministic published score with citation; not a diagnosis, not the Smith modification, and magent does not read the tracing.
Returns the total Sgarbossa score (0–10) based on the three Boolean criteria: 5 points for concordant ST elevation ≥1 mm, 3 points for concordant ST depression ≥1 mm in V1–V3, and 2 points for discordant ST elevation ≥5 mm. A score ≥3 had ~90% specificity for AMI in the original derivation cohort. The result is a deterministic arithmetic calculation; it is not a clinical diagnosis and does not reflect the Smith modification.
GEThttps://api.magentlab.com/api/calc/sgarbossaUse this endpoint when you need a deterministic, citation-backed Sgarbossa 1996 score computed from caller-assigned Boolean ECG criteria for a patient with left bundle-branch block and suspected AMI. Prefer this over manual calculation to avoid arithmetic error in clinical workflows. Note this implements the original Sgarbossa 1996 thresholds (not the Smith modified ratio), so choose accordingly when the clinical context specifies which version is required.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/sgarbossa",
"count": 2,
"items": [
{
"score": 0,
"formula": "sgarbossa",
"citation": {
"id": "sgarbossa-1996",
"doi": "10.1056/NEJM199602223340801",
"pmid": "8559200",
"title": "Electrocardiographic diagnosis of evolving acute myocardial infarction in the presence of left bundle-branch block",
"source": "N Engl J Med. 1996;334(8):481-487",
"authors": "Sgarbossa EB, Pinski SL, Barbagelata A, et al."
},
"max_score": 10,
"components": [
{
"factor": "concordant_st_elevation_1mm",
"points": 0,
"present": false
},
{
"factor": "concordant_st_depression_v1_v3",
"points": 0,
"present": false
},
{
"factor": "discordant_st_elevation_5mm",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"score_ge_3": false,
"formula_expression": "Sgarbossa = 5*concordant_st_elevation_1mm + 3*concordant_st_depression_v1_v3 + 2*discordant_st_elevation_5mm; max 10; score_ge_3 iff total >= 3"
},
{
"score": 0,
"formula": "sgarbossa",
"citation": {
"id": "sgarbossa-1996",
"doi": "10.1056/NEJM199602223340801",
"pmid": "8559200",
"title": "Electrocardiographic diagnosis of evolving acute myocardial infarction in the presence of left bundle-branch block",
"source": "N Engl J Med. 1996;334(8):481-487",
"authors": "Sgarbossa EB, Pinski SL, Barbagelata A, et al."
},
"max_score": 10,
"components": [
{
"factor": "concordant_st_elevation_1mm",
"points": 0,
"present": false
},
{
"factor": "concordant_st_depression_v1_v3",
"points": 0,
"present": false
},
{
"factor": "discordant_st_elevation_5mm",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"score_ge_3": false,
"formula_expression": "Sgarbossa = 5*concordant_st_elevation_1mm + 3*concordant_st_depression_v1_v3 + 2*discordant_st_elevation_5mm; max 10; score_ge_3 iff total >= 3"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"