Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_drug_by_application_number

Retrieve detailed information about FDA-approved drugs using their application number (NDA, ANDA, or BLA). Access verified drug data from the FDA Drugs@FDA API for brand, generic, and biological products.

Instructions

Get detailed information about a specific FDA-approved drug by its application number.

Application numbers follow the format: NDA, ANDA, or BLA followed by 6 digits.

  • NDA: New Drug Application (brand name drugs)
  • ANDA: Abbreviated New Drug Application (generic drugs)
  • BLA: Biologics License Application (biological products)

Args: application_number (str): The FDA application number.

Returns: dict: Detailed drug information from the FDA Drugs@FDA API.

Input Schema

NameRequiredDescriptionDefault
application_numberYesFDA application number (e.g., 'NDA021436', 'ANDA123456', 'BLA761234')

Input Schema (JSON Schema)

{ "properties": { "application_number": { "description": "FDA application number (e.g., 'NDA021436', 'ANDA123456', 'BLA761234')", "title": "Application Number", "type": "string" } }, "required": [ "application_number" ], "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    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/biocontext-ai/knowledgebase-mcp'

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