Skip to main content
Glama

OpenFDA

by ythalorossy

get-drug-by-name

Find detailed drug information by brand name, including generic name, manufacturer, NDC, usage, warnings, and precautions, using OpenFDA MCP server.

Instructions

Get drug by name. Use this tool to get the drug information by name. The drug name should be the brand name. It returns the brand name, generic name, manufacturer name, product NDC, product type, route, substance name, indications and usage, warnings, do not use, ask doctor, ask doctor or pharmacist, stop use, pregnancy or breast feeding.

Input Schema

NameRequiredDescriptionDefault
drugNameYesDrug name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "drugName": { "description": "Drug name", "type": "string" } }, "required": [ "drugName" ], "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