You're viewing a demo portfolio

Join the waitlist
PRSM

check_drug_interactions

Active

Tool of io.github.rootsbymenda/pharma-regulatory

declared in 1.0.2

Check drug-drug interactions with severity, mechanism, clinical effect, and management guidance from a curated pharmaceutical interaction database. Input: primary drug name and optional second drug for pair-specific lookup (e.g. 'warfarin' + 'aspirin'). Returns: interaction pairs with severity classification, pharmacological mechanism, clinical effect description, evidence level, and management recommendations. Single-drug queries return all known interactions grouped by severity. Database: 5,000 documented drug-drug interactions with clinical evidence. For pharmaceutical safety review and medication management. Do not use for drug monographs (use check_drug), adverse events (use check_adverse_events), or non-drug interactions.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "drug"
  ],
  "properties": {
    "drug": {
      "type": "string",
      "maxLength": 50,
      "minLength": 1,
      "description": "Primary drug or active ingredient name for interaction lookup (e.g. 'warfarin', 'metformin', 'lisinopril'). Use generic names when possible because interaction datasets usually normalize to active substances."
    },
    "second_drug": {
      "type": "string",
      "maxLength": 50,
      "minLength": 1,
      "description": "Optional second drug or active ingredient name for a specific interaction pair (e.g. 'aspirin'). Omit when the user wants all known interactions for the primary drug."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.rootsbymenda/pharma-regulatory

https://github.com/rootsbymenda/pharma-mcp-server

1/7 registries
View full server →
check_drug_interactions — io.github.rootsbymenda/pharma-regulatory — PRSM MCP