Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_drug_label_info

Retrieve detailed drug label information, including active ingredients, dosage, and usage instructions, from the FDA's database using brand name, generic name, or NDC code.

Instructions

Get drug labeling information including active ingredients, dosage, and usage instructions.

This function retrieves comprehensive drug label information from the FDA's drug labeling database, which includes detailed product information, active ingredients, dosage forms, and administration routes.

Args: brand_name (str, optional): Brand name of the drug. generic_name (str, optional): Generic name of the drug. ndc (str, optional): National Drug Code number.

Returns: dict: Drug labeling information from the FDA API.

Input Schema

NameRequiredDescriptionDefault
brand_nameNoBrand name of the drug
generic_nameNoGeneric name of the drug
ndcNoNational Drug Code (NDC) number

Input Schema (JSON Schema)

{ "properties": { "brand_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Brand name of the drug", "title": "Brand Name" }, "generic_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Generic name of the drug", "title": "Generic Name" }, "ndc": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "National Drug Code (NDC) number", "title": "Ndc" } }, "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