# Microgram: agent-intel-causality-rucam

`station__algovigilance__microgram-agent-intel-causality-rucam` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Score range: -4 to +14.

## Agent metadata

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

## Input schema

- `age` *number* (required) — Patient age in years
- `alcohol` *boolean* (required) — Input parameter alcohol.
- `alternative_causes` *object* (required) — Input parameter alternative_causes.
- `concomitant_drugs` *object* (required) — Input parameter concomitant_drugs.
- `drug_withdrawn` *boolean* (required) — Input parameter drug_withdrawn.
- `percentage_decrease` *number* — Percentage decrease in liver values after withdrawal (0-100)
- `pregnancy` *boolean* (required) — Input parameter pregnancy.
- `previous_hepatotoxicity` *object* (required) — Input parameter previous_hepatotoxicity.
- `reaction_type` *object* (required) — Type of liver reaction pattern
- `rechallenge_performed` *boolean* (required) — Input parameter rechallenge_performed.
- `rechallenge_result` *object* — Result of rechallenge (omit if not performed)
- `time_to_improvement` *number* — Days from withdrawal to improvement (omit if not withdrawn)
- `time_to_onset` *number* (required) — Days from drug start to reaction onset

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-agent-intel-causality-rucam",
    "arguments": {
      "age": 0,
      "alcohol": false,
      "alternative_causes": {},
      "concomitant_drugs": {},
      "drug_withdrawn": false,
      "pregnancy": false,
      "previous_hepatotoxicity": {},
      "reaction_type": {},
      "rechallenge_performed": false,
      "time_to_onset": 0
    }
  }
}
```

## Related

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