# Microgram: signal-detection-pipeline

`station__algovigilance__microgram-signal-detection-pipeline` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Routes a drug through the full signal detection pipeline: classifies signal strength from PRR/ROR/case_count or routes to FAERS lookup

## Agent metadata

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

## Input schema

- `drug_name` *string* — Input variable drug_name
- `event_term` *string* — Input variable event_term
- `prr` *number* — Input variable prr
- `ror` *number* — Input variable ror
- `case_count` *number* — Input variable case_count

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-signal-detection-pipeline",
    "arguments": {}
  }
}
```

## Related

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