Skip to main content
Glama

openfda_approval_searcher

Verify FDA drug approval details by searching the Drugs@FDA database. Retrieve application numbers, drug names, formulations, marketing status, and approval dates to confirm drug status and history.

Instructions

Search FDA drug approval records from Drugs@FDA database.

⚠️ PREREQUISITE: Use the 'think' tool FIRST to plan your research strategy! Returns information about: - Application numbers and sponsors - Brand and generic names - Product formulations and strengths - Marketing status and approval dates - Submission history Useful for verifying if a drug is FDA-approved and when.

Input Schema

NameRequiredDescriptionDefault
api_keyNoOptional OpenFDA API key (overrides OPENFDA_API_KEY env var)
application_numberNoNDA or BLA application number
approval_yearNoYear of approval (YYYY format)
drugNoDrug name (brand or generic) to search for
limitNoMaximum number of results
pageNoPage number (1-based)

Input Schema (JSON Schema)

{ "properties": { "api_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional OpenFDA API key (overrides OPENFDA_API_KEY env var)", "title": "Api Key" }, "application_number": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "NDA or BLA application number", "title": "Application Number" }, "approval_year": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Year of approval (YYYY format)", "title": "Approval Year" }, "drug": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Drug name (brand or generic) to search for", "title": "Drug" }, "limit": { "default": 25, "description": "Maximum number of results", "maximum": 100, "minimum": 1, "title": "Limit", "type": "integer" }, "page": { "default": 1, "description": "Page number (1-based)", "minimum": 1, "title": "Page", "type": "integer" } }, "title": "openfda_approval_searcherArguments", "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/genomoncology/biomcp'

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