magent PLASMIC 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-14).
Computes the Bendapudi 2017 PLASMIC score (0–7) for pretest stratification of severe ADAMTS13 deficiency in suspected TTP
Bendapudi 2017 PLASMIC: seven 1-point items (platelets <30×10^9/L, caller-assigned hemolysis, no active cancer, no solid-organ or stem-cell transplant, MCV <90 fL, INR <1.5, creatinine <2.0 mg/dL), max 7. Bands 0-4 / 5 / 6-7 are pretest groups for severe ADAMTS13 deficiency, not percents or a plasma-exchange order. magent does not assay hemolysis. Cutoffs 30, 90, 1.5, and 2.0 do not score.
Returns a total PLASMIC score from 0–7 and a pretest risk band: low (0–4), intermediate (5), or high (6–7) for severe ADAMTS13 deficiency. Exact cutoffs: platelets <30 (not 30), MCV <90 (not 90), INR <1.5 (not 1.5), creatinine <2.0 (not 2.0). The score is a pretest stratification tool, not a plasma-exchange order or percent probability.
GEThttps://api.magentlab.com/api/calc/plasmicUse this endpoint when you need a deterministic, rule-based PLASMIC score computation for Bendapudi 2017 TTP pretest stratification and do not want to rely on manual arithmetic. Prefer this over general LLM arithmetic when auditability and exact boundary handling (strict less-than cutoffs) are required. Not a replacement for ADAMTS13 assay results or clinical judgment.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/plasmic",
"count": 2,
"items": [
{
"inr": 1.1,
"score": 7,
"mcv_fl": 85,
"formula": "plasmic",
"citation": {
"id": "bendapudi-2017",
"doi": "10.1016/S2352-3026(17)30026-1",
"pmid": "28259520",
"title": "Derivation and external validation of the PLASMIC score for rapid assessment of adults with thrombotic microangiopathies: a cohort study",
"source": "Lancet Haematol. 2017;4(4):e157-e164",
"authors": "Bendapudi PK, Hurwitz S, Fry A, et al."
},
"hemolysis": true,
"max_score": 7,
"components": [
{
"value": 15,
"factor": "platelets_lt_30",
"points": 1,
"present": true
},
{
"factor": "hemolysis",
"points": 1,
"present": true
},
{
"factor": "no_active_cancer",
"points": 1,
"present": true
},
{
"factor": "no_solid_organ_or_stem_cell_transplant",
"points": 1,
"present": true
},
{
"value": 85,
"factor": "mcv_lt_90",
"points": 1,
"present": true
},
{
"value": 1.1,
"factor": "inr_lt_1_5",
"points": 1,
"present": true
},
{
"value": 1,
"factor": "creatinine_lt_2",
"points": 1,
"present": true
}
],
"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.",
"plasmic_band": "6-7",
"active_cancer": false,
"creatinine_mg_dl": 1,
"platelets_10e9_l": 15,
"formula_expression": "PLASMIC = (platelets_10e9_l<30) + hemolysis + (not active_cancer) + (not solid_organ_or_stem_cell_transplant) + (mcv_fl<90) + (inr<1.5) + (creatinine_mg_dl<2.0); each 1; max 7; bands 0-4 / 5 / 6-7",
"solid_organ_or_stem_cell_transplant": false
},
{
"inr": 1.1,
"score": 7,
"mcv_fl": 85,
"formula": "plasmic",
"citation": {
"id": "bendapudi-2017",
"doi": "10.1016/S2352-3026(17)30026-1",
"pmid": "28259520",
"title": "Derivation and external validation of the PLASMIC score for rapid assessment of adults with thrombotic microangiopathies: a cohort study",
"source": "Lancet Haematol. 2017;4(4):e157-e164",
"authors": "Bendapudi PK, Hurwitz S, Fry A, et al."
},
"hemolysis": true,
"max_score": 7,
"components": [
{
"value": 15,
"factor": "platelets_lt_30",
"points": 1,
"present": true
},
{
"factor": "hemolysis",
"points": 1,
"present": true
},
{
"factor": "no_active_cancer",
"points": 1,
"present": true
},
{
"factor": "no_solid_organ_or_stem_cell_transplant",
"points": 1,
"present": true
},
{
"value": 85,
"factor": "mcv_lt_90",
"points": 1,
"present": true
},
{
"value": 1.1,
"factor": "inr_lt_1_5",
"points": 1,
"present": true
},
{
"value": 1,
"factor": "creatinine_lt_2",
"points": 1,
"present": true
}
],
"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.",
"plasmic_band": "6-7",
"active_cancer": false,
"creatinine_mg_dl": 1,
"platelets_10e9_l": 15,
"formula_expression": "PLASMIC = (platelets_10e9_l<30) + hemolysis + (not active_cancer) + (not solid_organ_or_stem_cell_transplant) + (mcv_fl<90) + (inr<1.5) + (creatinine_mg_dl<2.0); each 1; max 7; bands 0-4 / 5 / 6-7",
"solid_organ_or_stem_cell_transplant": false
}
]
}
}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"