# Magent Myxedema Coma Score (Popoveniuc 2014)

> Magent Myxedema Coma Score (Popoveniuc 2014) 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).

Calculates the Popoveniuc 2014 myxedema coma diagnostic score from caller-supplied clinical bands across thermoregulatory, CNS, GI, cardiovascular, and metabolic domains (max 230 points).

## Facts

- Endpoint: GET https://api.magentlab.com/api/calc/myxedema_coma
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magent-myxedema-coma-score-popoveniuc-2014-1043ff73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G_zpXnJe32bhCP_2e7Ioo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability magent-myxedema-coma-score-popoveniuc-2014-1043ff73
```

Example prompt: Score this patient for myxedema coma using the Popoveniuc 2014 criteria: temperature band is thermoregulatory 20 points (hypothermia present), CNS is obtunded, GI effects are absent, there was a precipitating event, bradycardia is in the 40-to-49 range, no other EKG changes, no effusion, no pulmonary edema, no cardiomegaly, hypotension is present, hyponatremia is true, hypoglycemia is false, hypoxemia is true, hypercarbia is false, and GFR is decreased.

## When to prefer this

Use this endpoint when you need a structured, reproducible computation of the Popoveniuc 2014 myxedema coma score and all required clinical bands and flags have already been determined by a clinician or upstream system. It is the right choice for clinical decision-support pipelines in emergency, ICU, or endocrine settings where the scoring arithmetic needs to be automated. Do not use it to measure vital signs, interpret labs, or diagnose — those inputs must come from the caller.

## Known failure modes

- Missing required query parameters returns a validation error
- Invalid enum values for banded fields (e.g. unrecognized bradycardia band) return an error
- Boolean fields supplied as non-boolean strings may cause schema rejection
- Payment failure (x402) if USDC balance is insufficient — call not processed
- Score returned is only as accurate as caller-supplied inputs; no measurement or validation of clinical values is performed

## How this service works

Popoveniuc 2014 myxedema coma points from caller-assigned bands: thermoregulatory 0/10/20; CNS 0/10/15/20/30; GI 0/5/15/20; precipitant 10; bradycardia 0/10/20/30 plus other EKG 10, effusion 10, pulmonary edema 15, cardiomegaly 15, hypotension 20; five metabolic flags 10 each. Max 230. ≥60 potentially diagnostic; 45–59 at risk. Not a diagnosis or thyroid-hormone order. magent does not measure temperature, GCS, or labs.

## Output

Returns a numeric myxedema coma score (0–230) computed from the caller-supplied clinical bands and boolean flags. The score is interpreted as: ≥60 potentially diagnostic for myxedema coma, 45–59 at risk. The endpoint does not perform any measurement, lab interpretation, or imaging analysis — all inputs must be pre-assigned by the caller. The result is a decision-support value only and does not constitute a diagnosis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "required": [
      "thermoregulatory",
      "cns_effects",
      "gastrointestinal",
      "precipitating_event",
      "bradycardia",
      "other_ekg_changes",
      "pericardial_pleural_effusion",
      "pulmonary_edema",
      "cardiomegaly",
      "hypotension",
      "hyponatremia",
      "hypoglycemia",
      "hypoxemia",
      "hypercarbia",
      "decreased_gfr"
     ],
     "properties": {
      "hypoxemia": {
       "type": "boolean",
       "description": "Hypoxemia as assigned by the caller (true or false). Popoveniuc 2014: true → 10. magent does not measure oxygen."
      },
      "bradycardia": {
       "enum": [
        "absent",
        "50_to_59",
        "40_to_49",
        "lt_40"
       ],
       "type": "string",
       "description": "Caller-assigned Popoveniuc 2014 bradycardia band. absent scores 0; 50_to_59 (heart rate 50–59) scores 10; 40_to_49 scores 20; lt_40 (<40) scores 30. magent does not measure heart rate."
      },
      "cns_effects": {
       "enum": [
        "absent",
        "somnolent_lethargic",
        "obtunded",
        "stupor",
        "coma_seizures"
       ],
       "type": "string",
       "description": "Caller-assigned Popoveniuc 2014 central-nervous-system band. absent scores 0; somnolent_lethargic 10; obtunded 15; stupor 20; coma_seizures 30. magent does not compute GCS or examine the patient."
      },
      "hypercarbia": {
       "type": "boolean",
       "description": "Hypercarbia as assigned by the caller (true or false). Popoveniuc 2014: true → 10. magent does not measure carbon dioxide."
      },
      "hypotension": {
       "type": "boolean",
       "description": "Hypotension or shock as assigned by the caller (true or false). Popoveniuc 2014: true → 20. magent does not measure blood pressure."
      },
      "cardiomegaly": {
       "type": "boolean",
       "description": "Cardiomegaly as assigned by the caller (true or false). Popoveniuc 2
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/magent-myxedema-coma-score-popoveniuc-2014-1043ff73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.magentlab.com](https://www.zero.xyz/host/api.magentlab.com/llms.txt)
