Skip to main content
Glama

OpenFDA

by ythalorossy

get-drug-by-generic-name

Retrieve brand versions of a drug by entering its generic name. Ideal for identifying all available brand-name options when you know the active ingredient.

Instructions

Get drug information by generic (active ingredient) name. Useful when you know the generic name but not the brand name. Returns all brand versions of the generic drug.

Input Schema

NameRequiredDescriptionDefault
genericNameYesGeneric drug name (active ingredient)
limitNoMaximum number of results to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "genericName": { "description": "Generic drug name (active ingredient)", "type": "string" }, "limit": { "default": 5, "description": "Maximum number of results to return", "type": "number" } }, "required": [ "genericName" ], "type": "object" }

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/ythalorossy/openfda'

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