# Microgram: calculate-compute-expectedness

`station__algovigilance__microgram-calculate-compute-expectedness` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Assess whether an adverse event is expected (listed) or unexpected (unlisted) based on reference safety information. Unexpected serious events require expedited reporting.

## Agent metadata

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

## Input schema

- `event_term` *string* (required) — MedDRA preferred term for the adverse event
- `drug_name` *string* (required) — Drug name to check against
- `reference_source` *string* — Reference: SmPC, USPI, IB, or CCDS

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-calculate-compute-expectedness",
    "arguments": {
      "event_term": "",
      "drug_name": ""
    }
  }
}
```

## Related

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