# Microgram: microgram-run-e2e-pv-action-type

`station__algovigilance__microgram-microgram-run-e2e-pv-action-type` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

ICH E2E Section 4: Determines the type of pharmacovigilance action needed for a safety concern based on risk category, seriousness, frequency, and plausibility

## Agent metadata

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

## Input schema

- `frequency` *string* (required) — Input parameter: frequency
- `risk_category` *string* (required) — Input parameter: risk_category
- `serious` *boolean* (required) — Input parameter: serious
- `plausibility` *string* (required) — Input parameter: plausibility

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-e2e-pv-action-type",
    "arguments": {
      "frequency": "",
      "risk_category": "",
      "serious": false,
      "plausibility": ""
    }
  }
}
```

## Related

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