# Microgram: rmp-type

`station__algovigilance__microgram-rmp-type` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Domain 11: Route to risk minimization measure type by risk severity, population scope, and regulatory requirement.

## Agent metadata

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

## Input schema

- `labeling_adequate` *boolean* — Input variable labeling_adequate
- `requires_rems` *boolean* — Input variable requires_rems
- `risk_severity` *number* — Input variable risk_severity

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-rmp-type",
    "arguments": {}
  }
}
```

## Related

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