Skip to main content
Glama

medical-mcp

search-drugs

Find drug information from FDA database by entering brand or generic names to access medication details and specifications.

Instructions

Search for drug information using FDA database

Input Schema

NameRequiredDescriptionDefault
queryYesDrug name to search for (brand name or generic name)
limitNoNumber of results to return (max 50)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Number of results to return (max 50)", "maximum": 50, "minimum": 1, "type": "integer" }, "query": { "description": "Drug name to search for (brand name or generic name)", "type": "string" } }, "required": [ "query" ], "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/JamesANZ/medical-mcp'

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