Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_available_pharmacologic_classes

Retrieve available pharmacologic class values from the FDA database to streamline drug searches by therapeutic class. Specify class type (epc, moa, pe, cs) and limit results for efficient querying.

Instructions

Get available pharmacologic classes from the FDA database.

This function retrieves the actual pharmacologic class values available in the FDA database, which can then be used with search_drugs_by_therapeutic_class. Always call this function first to see available options before searching.

Args: class_type (str): Type of classification - epc, moa, pe, or cs. limit (int): Maximum number of unique classes to return.

Returns: dict: Available pharmacologic class values in the FDA database.

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 unique classes to return

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": 100, "description": "Number of unique classes to return", "maximum": 1000, "minimum": 1, "title": "Limit", "type": "integer" } }, "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