run-bradford-hill-multi-criterion
Full 5-criterion Bradford Hill causality assessment: temporal association → signal comparison → dose-response → rechallenge → Naranjo. The most comprehensive single-call causality evaluation in the platform.
Taxonomy
Linnaean classification joined from the algovigilance taxonomy index via the parent config's rank.
| Rank | Value |
|---|---|
| domain | Substrata |
| kingdom | Constructa |
| phylum | Configa |
| class | station-config |
| order | microgram |
| family | mcp-tool-config |
Characteristics:
- substrate:
config - domain:
pv - lifecycle:
continuous - authority:
read - compounding:
producer - io:
agent-request→tool-response
Input schema
drug_start_to_event_daysintegerrequired — Days from drug initiation to adverse event onsetevent_before_drugbooleanrequired — Event occurred before drug was started (dechallenge violation)signal_anumberrequired — PRR or signal strength for the drug of interestsignal_bnumberrequired — PRR or signal strength for comparator drugthresholdnumberrequired — Signal detection threshold (typically 2.0)low_dose_ratenumberrequired — Adverse event rate per 100 patients at low dosemid_dose_ratenumberrequired — Adverse event rate per 100 patients at mid dosehigh_dose_ratenumberrequired — Adverse event rate per 100 patients at high dosebaseline_ratenumberrequired — Background rate of this event in the general population per 100 patientsfirst_exposure_ratenumberrequired — Event rate per 100 patients on first drug exposurerechallenge_ratenumberrequired — Event rate per 100 patients on re-exposure after dechallengenaranjo_scoreintegerrequired — Naranjo ADR probability score (0-13)
Example call
POST /api/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station__microgram__run-bradford-hill-multi-criterion",
"arguments": {
"drug_start_to_event_days": 0,
"event_before_drug": false,
"signal_a": 0,
"signal_b": 0,
"threshold": 0,
"low_dose_rate": 0,
"mid_dose_rate": 0,
"high_dose_rate": 0,
"baseline_rate": 0,
"first_exposure_rate": 0,
"rechallenge_rate": 0,
"naranjo_score": 0
}
}
}How to invoke from a client
From any MCP-aware client, add https://algovigilance.com/api/mcp as an MCP server, then call this tool by name. From a raw HTTP client, send the JSON-RPC body above to /api/mcp.
Agent-friendly formats
Working inside an AI assistant? Use the Copy for AI button at the top of this page (or view the raw Markdown) to paste a clean, token-budgeted version of this tool's contract into your conversation.
Related
- All tools (3062 live)
- /api/mcp — endpoint
- /AGENTS.md — agent guide
- /tools/microgram__run-bradford-hill-multi-criterion/raw.md — this page's Markdown twin