Skip to main content
Glama
RowanErasmus

DailyMed MCP Server

by RowanErasmus

get_mappings_by_rxcui

Retrieve drug identifier mappings for a specific RxNorm concept unique identifier (RxCUI) to access related drug codes and classifications from the FDA DailyMed database.

Instructions

Get mappings for a specific RxCUI

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rxcuiYesThe RxCUI to get mappings for

Implementation Reference

  • The handler method that retrieves RxNorm mappings for a given RxCUI from the mapping service.
    getMappingsByRxCUI(rxcui: string): RxNormMapping[] {
      return this.rxcuiToMappings.get(rxcui) || [];
    }
  • src/tools.ts:545-547 (registration)
    The tool registration definition for get_mappings_by_rxcui.
    name: "get_mappings_by_rxcui",
    description: "Get mappings for a specific RxCUI",
    inputSchema: {
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves mappings but gives no information about the format of the response, potential rate limits, error conditions, or whether it's a read-only operation. This leaves significant gaps in understanding how the tool behaves beyond its basic function.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded with the core action and resource, making it easy to parse quickly. There is no wasted verbiage or structural fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is insufficient for a tool that likely returns complex mapping data. It doesn't explain what 'mappings' entail (e.g., cross-references to other drug identifiers), the response structure, or any behavioral traits like pagination or error handling. This leaves the agent with inadequate context for reliable use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, with the 'rxcui' parameter clearly documented as 'The RxCUI to get mappings for'. The description adds no additional semantic context beyond what the schema provides, such as examples or constraints on valid RxCUI formats. This meets the baseline for high schema coverage but doesn't enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get mappings') and the target resource ('for a specific RxCUI'), making the purpose immediately understandable. It distinguishes itself from siblings like 'get_all_rxcuis' or 'search_by_rxnorm_mapping' by focusing on mappings for a single identifier. However, it doesn't specify what type of mappings (e.g., to other drug codes) are retrieved, leaving some ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools available (e.g., 'get_rxnorm_mappings_by_pharmacologic_class', 'search_by_rxnorm_mapping'), there is no indication of prerequisites, typical use cases, or exclusions. The agent must infer usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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