Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_search_drugs_by_therapeutic_class

Search for drugs based on their therapeutic or pharmacologic class using exact FDA database terms. Identify medications by established class, mechanism of action, physiologic effect, or chemical structure.

Instructions

Search for drugs by their therapeutic or pharmacologic class.

IMPORTANT: Use get_available_pharmacologic_classes() first to see the exact class terms available in the FDA database. This function requires exact matches of the pharmacologic class terms as they appear in the FDA data.

Args: therapeutic_class (str): The exact therapeutic class term from FDA database. class_type (str): Type of classification - epc, moa, pe, or cs. limit (int): Maximum number of results to return.

Returns: dict: Search results for drugs in the specified therapeutic class.

Input Schema

NameRequiredDescriptionDefault
class_typeNoType of pharmacologic class: 'epc' (Established Pharmacologic Class), 'moa' (Mechanism of Action), 'pe' (Physiologic Effect), or 'cs' (Chemical Structure)epc
limitNoNumber of results to return
therapeutic_classYesExact therapeutic/pharmacologic class term from FDA database (use get_available_pharmacologic_classes first to see options)

Input Schema (JSON Schema)

{ "properties": { "class_type": { "default": "epc", "description": "Type of pharmacologic class: 'epc' (Established Pharmacologic Class), 'moa' (Mechanism of Action), 'pe' (Physiologic Effect), or 'cs' (Chemical Structure)", "title": "Class Type", "type": "string" }, "limit": { "default": 25, "description": "Number of results to return", "maximum": 1000, "minimum": 1, "title": "Limit", "type": "integer" }, "therapeutic_class": { "description": "Exact therapeutic/pharmacologic class term from FDA database (use get_available_pharmacologic_classes first to see options)", "title": "Therapeutic Class", "type": "string" } }, "required": [ "therapeutic_class" ], "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