# Microgram: pharma-head-to-head

`station__algovigilance__microgram-pharma-head-to-head` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Head-to-head comparison of two pharmaceutical companies based on FAERS data. Compares report volume, death rate, and signal count to determine which company has the stronger safety profile and the magnitude of the difference.

## Agent metadata

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

## Input schema

- `company_a_reports` *number* — Input variable company_a_reports
- `company_b_reports` *number* — Input variable company_b_reports
- `company_a_deaths` *number* — Input variable company_a_deaths
- `company_b_deaths` *number* — Input variable company_b_deaths
- `company_a_signals` *number* — Input variable company_a_signals
- `company_b_signals` *number* — Input variable company_b_signals

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-pharma-head-to-head",
    "arguments": {}
  }
}
```

## Related

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