run-signal-deep-validation
Multi-dimensional signal quality assessment. Combines 4 disproportionality measures (PRR/ROR/IC/EBGM), validates criteria sufficiency, detects trend direction, and identifies recurrence patterns.
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
prr_signalstringrequired — PRR signal classification: STRONG | MODERATE | WEAK | NONEror_signalstringrequired — ROR signal classification: STRONG | MODERATE | WEAK | NONEic_signalstringrequired — IC signal classification: STRONG | MODERATE | WEAK | NONEebgm_signalstringrequired — EBGM signal classification: STRONG | MODERATE | WEAK | NONEprr_above_thresholdbooleanrequired — PRR exceeds detection threshold (≥2.0)case_count_sufficientbooleanrequired — Case count meets minimum threshold (≥3)geographic_spreadbooleanrequired — Reports come from ≥2 distinct geographic regionstemporal_patternbooleanrequired — Reports show a consistent temporal pattern (not clustered in one period)prr_currentnumberrequired — Current PRR value for trend detectionpct_changenumberrequired — Percent change in PRR from prior period (negative = declining)occurrence_countintegerrequired — Total historical occurrences of this signalprior_action_takenbooleanrequired — A regulatory or clinical action was previously taken for this signal
Example call
POST /api/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station__microgram__run-signal-deep-validation",
"arguments": {
"prr_signal": "",
"ror_signal": "",
"ic_signal": "",
"ebgm_signal": "",
"prr_above_threshold": false,
"case_count_sufficient": false,
"geographic_spread": false,
"temporal_pattern": false,
"prr_current": 0,
"pct_change": 0,
"occurrence_count": 0,
"prior_action_taken": false
}
}
}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-signal-deep-validation/raw.md — this page's Markdown twin