# Microgram: e2a-reporting-obligation

`station__algovigilance__microgram-e2a-reporting-obligation` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

ICH E2A Section III.A: Sponsor reporting obligation gate — determines whether a case must be reported as an expedited SUSAR, combining seriousness + unexpectedness + causality in a clinical trial context

## Agent metadata

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

## Input schema

- `causality_excluded` *boolean* — Input variable causality_excluded
- `is_serious` *boolean* — Input variable is_serious
- `is_unexpected` *boolean* — Input variable is_unexpected
- `study_drug_related` *boolean* — Input variable study_drug_related

## Example call

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

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

## Related

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