# Microgram: e2d-consumer-report-validity

`station__algovigilance__microgram-e2d-consumer-report-validity` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

ICH E2D Section 3.2: Validates whether a consumer (non-HCP) report meets minimum criteria for processing

## 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
- `medically_confirmed` *boolean* — Input variable medically_confirmed

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-e2d-consumer-report-validity",
    "arguments": {}
  }
}
```

## Related

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