Skip to main content
Glama

rxnorm_ndc

Read-onlyIdempotent

Map RxNorm concepts to National Drug Codes. Provide an RxCUI to retrieve all NDC codes, or an NDC to find the corresponding RxCUI.

Instructions

Map between RxNorm concepts and National Drug Codes (NDC).

Use this tool to:

  • Get all NDC codes for a drug (by RxCUI)

  • Find the RxCUI for an NDC code

  • Cross-reference between coding systems

Provide either an RxCUI to get NDCs, or an NDC to get the RxCUI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rxcuiNoRxCUI to get NDC codes for
ndcNoNDC code to look up RxCUI (alternative to rxcui)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_modeYes
rxcuiYes
ndcYes
ndcsYes
Behavior3/5

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

Annotations already define the tool as read-only, non-destructive, idempotent, and open-world. The description adds the mapping behavior but does not contradict annotations. No additional behavioral traits beyond the annotations are disclosed.

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 very concise (two sentences plus a bullet list), front-loads the purpose, and every sentence adds value. No redundant or wasted words.

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

Completeness4/5

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

Given the tool's moderate complexity (two optional params, mapping between systems) and the presence of an output schema, the description adequately covers the bidirectional mapping functionality. Could optionally mention output structure, but not necessary.

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

Parameters4/5

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

The schema describes both parameters with 100% coverage. The description adds key information on mutual exclusivity and the direction of mapping (provide rxcui to get NDCs, or ndc to get RxCUI), enhancing meaning beyond the schema alone.

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

Purpose5/5

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

The description clearly states the tool maps between RxNorm concepts and NDC codes, lists specific use cases (get NDCs for RxCUI, find RxCUI for NDC, cross-reference), and distinguishes from siblings handling other terminologies.

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

Usage Guidelines4/5

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

The description explicitly tells when to use the tool (mapping between RxCUI and NDC) and how to provide input (either rxcui or ndc). It lacks explicit exclusions or comparisons with siblings, but the context is clear.

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/SidneyBissoli/medical-terminologies-mcp'

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