Skip to main content
Glama
RowanErasmus

DailyMed MCP Server

by RowanErasmus

get_pharmacologic_class_mappings_for_setid

Retrieve pharmacologic class mappings for a specific SET ID from the FDA DailyMed database to identify drug classifications and relationships.

Instructions

Get pharmacologic class mappings for a specific SET ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setIdYesThe SET ID to get pharmacologic class mappings for

Implementation Reference

  • The implementation of the logic to retrieve pharmacologic class mappings by SPL SET ID.
    getPharmacologicClassMappings(splSetId: string): PharmacologicClassMapping[] {
      return this.pharmacologicClassMappings.get(splSetId) || [];
    }
  • src/tools.ts:531-532 (registration)
    Tool registration for get_pharmacologic_class_mappings_for_setid.
    name: "get_pharmacologic_class_mappings_for_setid",
    description: "Get pharmacologic class mappings for a specific SET ID",

Latest Blog Posts

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/RowanErasmus/dailymed-mcp-server'

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