Skip to main content
Glama
lzinga

US Government Open Data MCP

fda_drug_counts

Count FDA drug adverse event reports by specific fields like reactions, drug names, dates, or countries to identify patterns and trends in medication safety data.

Instructions

Aggregate/count FDA drug adverse event data by any field. For counting other endpoints, use fda_count instead.

Common count fields:

  • 'patient.reaction.reactionmeddrapt.exact' — most common adverse reactions

  • 'patient.drug.openfda.brand_name.exact' — most reported drug brands

  • 'patient.drug.openfda.generic_name.exact' — most reported generic names

  • 'receivedate' — reports over time

  • 'primarysource.reportercountry.exact' — reports by country

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
count_fieldYesField to count by. Use '.exact' suffix for full phrase counts. E.g. 'patient.reaction.reactionmeddrapt.exact'
searchNoOptional search filter, e.g. 'patient.drug.openfda.brand_name:aspirin'
limitNoMax count results (default 10)
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lzinga/us-government-open-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server