# Microgram: microgram-run-label-gap-detector

`station__algovigilance__microgram-microgram-run-label-gap-detector` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Detects when a FAERS signal exists for a drug-event pair but the event is NOT on the drug current label

## Agent metadata

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

## Input schema

- `on_label` *boolean* (required) — Input parameter: on_label
- `case_count` *number* (required) — Input parameter: case_count
- `prr` *number* (required) — Input parameter: prr
- `signal_detected` *boolean* (required) — Input parameter: signal_detected

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-label-gap-detector",
    "arguments": {
      "on_label": false,
      "case_count": 0,
      "prr": 0,
      "signal_detected": false
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-label-gap-detector](/tools/algovigilance__microgram-microgram-run-label-gap-detector) — HTML page
- [/tools/algovigilance__microgram-microgram-run-label-gap-detector/json](/tools/algovigilance__microgram-microgram-run-label-gap-detector/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
