# Microgram: e2a-outcome-classifier

`station__algovigilance__microgram-e2a-outcome-classifier` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

ICH E2A Section IV.B: Classifies the outcome of an adverse event into 5 standardized ICH categories: recovered, recovering, not_recovered, fatal, unknown — with follow-up implications

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `ae_ongoing` *boolean* — Input variable ae_ongoing
- `death_confirmed` *boolean* — Input variable death_confirmed
- `outcome_known` *boolean* — Input variable outcome_known
- `recovered_with_sequelae` *boolean* — Input variable recovered_with_sequelae
- `signs_improving` *boolean* — Input variable signs_improving
- `symptoms_resolved` *boolean* — Input variable symptoms_resolved

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-e2a-outcome-classifier",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-e2a-outcome-classifier](/tools/algovigilance__microgram-e2a-outcome-classifier) — HTML page
- [/tools/algovigilance__microgram-e2a-outcome-classifier/json](/tools/algovigilance__microgram-e2a-outcome-classifier/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
