# Microgram: narrative-inference-risk

`station__algovigilance__microgram-narrative-inference-risk` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Gate 3 of narrative safe-extract: assess re-identification risk from quasi-identifiers (rare disease + age + region combinations) per ICH E2B(R3) and HIPAA expert determination

## Agent metadata

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

## Input schema

- `is_rare_disease` *boolean* — Input variable is_rare_disease
- `has_exact_age` *boolean* — Input variable has_exact_age
- `has_geographic_detail` *boolean* — Input variable has_geographic_detail
- `has_temporal_detail` *boolean* — Input variable has_temporal_detail
- `has_occupation` *boolean* — Input variable has_occupation
- `unique_drug_combination` *boolean* — Input variable unique_drug_combination
- `quasi_identifier_count` *number* — Input variable quasi_identifier_count

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-narrative-inference-risk",
    "arguments": {}
  }
}
```

## Related

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