NexVigilant PRR Signal Detection
Compute Proportional Reporting Ratio (PRR) signal detection from a 2x2 contingency table. Enter drug/event counts to calculate PRR score, chi-squared statistic, and signal classification for pharmacovigilance disproportionality analysis. Built by NexVigilant (https://nexvigilant.com) โ Empowerment Through Vigilance. DISCLAIMER: This WebMCP configuration was developed by NexVigilant, LLC and is provided as a community resource to assist AI agents in navigating pharmacovigilance tools. NexVigilant is not responsible for, and does not officially endorse third-party use of this configuration, and expressly disclaims any and all liability for damages of any kind arising out of the use, reference to, or reliance upon any information or actions performed through this resource. No guarantee is provided that the content is correct, accurate, complete, up-to-date, or that the underlying site structure has not changed. This tool is for educational and professional development purposes only and does not constitute medical or regulatory advice. Built by NexVigilant (https://nexvigilant.com) โ Empowerment Through Vigilance.
Tools (2)2 verified
compute-prr-signalmulti-stepverified
by MatthewCampCorp
Enter a 2x2 contingency table (drug/event counts) and compute PRR signal detection with classification. Returns PRR score, signal status, and recommended next action.
Input Schema
{
"type": "object",
"required": [
"cell_a",
"cell_b",
"cell_c",
"cell_d"
],
"properties": {
"cell_a": {
"type": "number",
"description": "Reports with target drug AND target event"
},
"cell_b": {
"type": "number",
"description": "Reports with target drug but NOT target event"
},
"cell_c": {
"type": "number",
"description": "Reports with other drugs AND target event"
},
"cell_d": {
"type": "number",
"description": "Reports with other drugs but NOT target event"
}
}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
read-prr-resultsmulti-stepverified
by MatthewCampCorp
Read the current PRR signal detection results from the page after computation.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result extract: list
Steps (1): navigate
Config ID: 279bc57d-627c-4d2d-83f2-20aa4ea490d6
Created: 3/6/2026
Updated: 3/6/2026