You're viewing a demo portfolio

Join the waitlist
PRSM

query_fda_drug_events

Active

Tool of TensorFeed

declared in 1.36.2

Query the FDA FAERS adverse event reports database. Returns drug-event records with patient demographics, drug names, reaction terms (MedDRA-coded), outcomes, and seriousness flags. Uses openFDA Lucene-style search syntax (e.g. "patient.drug.medicinalproduct:aspirin"). License: openFDA CC0 1.0 Universal Dedication, FDA waiver of all copyright; commercial redistribution permitted.

Parameters schema

{
  "type": "object",
  "properties": {
    "skip": {
      "type": "number",
      "default": 0,
      "description": "Pagination offset (0-25000)"
    },
    "sort": {
      "type": "string",
      "description": "Sort by field (e.g. receivedate:desc)"
    },
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Max records to return (1-100)"
    },
    "search": {
      "type": "string",
      "description": "openFDA Lucene-style search expression. Examples: patient.drug.medicinalproduct:aspirin, patient.reaction.reactionmeddrapt:headache+AND+receivedate:[20240101+TO+20251231]"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

TensorFeed

https://github.com/RipperMercs/tensorfeed

1/7 registries
View full server →
query_fda_drug_events — TensorFeed — PRSM MCP