# Microgram: reporter-quality-classifier

`station__algovigilance__microgram-reporter-quality-classifier` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Classify FAERS reporter type into quality weight for signal assessment. HCP reports carry higher evidentiary weight per ICH E2D.

## Agent metadata

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

## Input schema

- `reporter_type` *string* — Reporter qualification code from FAERS: 1=physician, 2=pharmacist, 3=other_hcp, 4=lawyer, 5=consumer
- `hcp_count` *number* — Number of HCP-sourced reports (for batch classification)
- `total_count` *number* — Total reports in batch

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-reporter-quality-classifier",
    "arguments": {}
  }
}
```

## Related

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