# Microgram: reporting-rate-gate

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

Fills the ν (Frequency) primitive gap. Rate-of-change signal detection — detects if adverse event reporting rate is accelerating, stable, or declining quarter-over-quarter.

## Agent metadata

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

## Input schema

- `rate_change_pct` *string* (required) — Input variable rate_change_pct
- `current_count` *string* (required) — Input variable current_count
- `baseline_exists` *boolean* (required) — Input variable baseline_exists

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-reporting-rate-gate",
    "arguments": {
      "rate_change_pct": "",
      "current_count": "",
      "baseline_exists": false
    }
  }
}
```

## Related

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