Skip to main content
Glama

Healthcare MCP Server

fda_drug_lookup

Search the FDA database to retrieve detailed drug information, including labels, adverse events, or general data, for informed healthcare decisions.

Instructions

Look up drug information from the FDA database

Input Schema

NameRequiredDescriptionDefault
drug_nameYesName of the drug to search for
search_typeNoType of information to retrieve: 'label', 'adverse_events', or 'general'general

Input Schema (JSON Schema)

{ "properties": { "drug_name": { "description": "Name of the drug to search for", "type": "string" }, "search_type": { "default": "general", "description": "Type of information to retrieve: 'label', 'adverse_events', or 'general'", "enum": [ "general", "label", "adverse_events" ], "type": "string" } }, "required": [ "drug_name" ], "type": "object" }
Install Server

Other Tools from Healthcare MCP Server

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/Cicatriiz/healthcare-mcp-public'

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