localhost:3001
NexVigilant Naranjo Causality Assessment
nexvigilant.com/nucleus/vigilance/causalityverifiedView config โComplete the 10-question Naranjo Adverse Drug Reaction Probability Scale to assess causality between a drug and an adverse event. Returns a total score and classification: Definite (>=9), Probable (5-8), Possible (1-4), or Doubtful (<=0). 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.
assess-naranjo-causalitynexvigilant.com/nucleus/vigilance/causalitymulti-stepverified
by MatthewCampCorp
Complete the 10-question Naranjo causality assessment by answering Yes/No/DontKnow for each question. Returns a total score and causality classification (Definite >= 9, Probable 5-8, Possible 1-4, Doubtful <= 0).
Input Schema
{
"type": "object",
"required": [
"q1",
"q2",
"q3",
"q4",
"q5",
"q6",
"q7",
"q8",
"q9",
"q10"
],
"properties": {
"q1": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Are there previous conclusive reports on this reaction?"
},
"q2": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Did the adverse event appear after the suspected drug was administered?"
},
"q3": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Did the adverse reaction improve when the drug was discontinued or a specific antagonist was administered?"
},
"q4": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Did the adverse reaction reappear when the drug was readministered?"
},
"q5": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Are there alternative causes (other than the drug) that could have caused the reaction?"
},
"q6": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Did the reaction reappear when a placebo was given?"
},
"q7": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Was the drug detected in blood (or other fluids) in concentrations known to be toxic?"
},
"q8": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Was the reaction more severe when the dose was increased, or less severe when the dose was decreased?"
},
"q9": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Did the patient have a similar reaction to the same or similar drugs in any previous exposure?"
},
"q10": {
"enum": [
"yes",
"no",
"unknown"
],
"type": "string",
"description": "Was the adverse event confirmed by any objective evidence?"
}
}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "false",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
read-naranjo-resultnexvigilant.com/nucleus/vigilance/causalitymulti-stepverified
by MatthewCampCorp
Read the current Naranjo causality score and classification from the results page.
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
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.
compute-prr-signalnexvigilant.com/nucleus/vigilance/signalsmulti-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-resultsnexvigilant.com/nucleus/vigilance/signalsmulti-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