Skip to main content
Glama

OpenFDA

by ythalorossy

get-drugs-by-manufacturer

Retrieve a list of drugs produced by a specific manufacturer using the OpenFDA API. Identify drug alternatives or analyze manufacturer portfolios by inputting the company name and optional results limit.

Instructions

Get all drugs manufactured by a specific company. Useful for finding alternatives or checking manufacturer portfolios.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of drugs to return
manufacturerNameYesManufacturer/company name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "Maximum number of drugs to return", "type": "number" }, "manufacturerName": { "description": "Manufacturer/company name", "type": "string" } }, "required": [ "manufacturerName" ], "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