# Microgram: e2d-minimum-case-criteria

`station__algovigilance__microgram-e2d-minimum-case-criteria` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

ICH E2D Section 3.1: Validates minimum four-element criteria for any post-approval ICSR — identifiable reporter, identifiable patient, suspect drug, adverse event. Applies to all source types.

## Agent metadata

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

## Input schema

- `identifiable_reporter` *boolean* — Input variable identifiable_reporter
- `identifiable_patient` *boolean* — Input variable identifiable_patient
- `suspect_drug` *boolean* — Input variable suspect_drug
- `adverse_event` *boolean* — Input variable adverse_event
- `reporter_type` *string* — Input variable reporter_type

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-e2d-minimum-case-criteria",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-e2d-minimum-case-criteria](/tools/algovigilance__microgram-e2d-minimum-case-criteria) — HTML page
- [/tools/algovigilance__microgram-e2d-minimum-case-criteria/json](/tools/algovigilance__microgram-e2d-minimum-case-criteria/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
