# Microgram: hitl-gate

`station__algovigilance__microgram-hitl-gate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

PDC: Human-in-the-Loop gate — classify actions as AUTO (agent decides), REVIEW (human reviews output), APPROVE (human must pre-approve)

## Agent metadata

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

## Input schema

- `affects_patient_safety` *boolean* — Input variable affects_patient_safety
- `affects_regulatory_compliance` *boolean* — Input variable affects_regulatory_compliance
- `crosses_cpa_boundary` *boolean* — Input variable crosses_cpa_boundary
- `is_ai_autonomous_decision` *boolean* — Input variable is_ai_autonomous_decision
- `is_irreversible` *boolean* — Input variable is_irreversible
- `scope` *string* — Input variable scope

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-hitl-gate",
    "arguments": {}
  }
}
```

## Related

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