Skip to main content
Glama
andrewfinerx

FineRx MCP server

by andrewfinerx

find_us_equivalent

Read-onlyIdempotent

Identify the US equivalent of a foreign medicine and its price. Use when someone names a non-US brand or ingredient and needs the US version, cost, and savings options.

Instructions

Find out what a medicine from another country is in the US, and what it costs.

Use when the person names a medicine that is not a US product — a brand from home (No-Spa, Nurofen, Dolo-Neurobion, 999 Ganmaoling), a name in another script (Но-шпа, 泰诺), or an ingredient the US calls something else (paracetamol) — or asks "what is this called in the US?". Optional country picks between brands of the same name sold in different places; locale is a language code (leave it out and the host's own locale is used).

Returns the reviewed entry: usClass (same_inn = the same active ingredient is sold here, rx_alternative = it is not and the closest US options need a prescription, no_equivalent = nothing here matches), guidance (ONE vetted sentence, written to be quoted word for word), inn, usGeneric, usBrands, rxStatus, notes, components, usDrug (slug, lowest observed price and the date it was observed), savingsCard when there is a US drug to fill, pageUrl, and otherMatches when the same brand name exists in more than one country. found is false when nothing matched.

Next: quote guidance as written, then say guidanceDisclaimer. With a usDrug, call compare_prices (or get_drug) for its slug, give the price WITH its observation date, and offer the free card.

Do not call the US drug the same product, do not suggest swapping one for the other, and for rx_alternative or no_equivalent do not name a substitute at all — send the person to a pharmacist or a doctor. Do not translate or reword guidance; it is reviewed text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYes
localeNo
channelNomcp
countryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.5.0

TDQS

A4.9/5.0
Behavior5/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, but the description goes beyond by detailing the output structure (usClass meanings, found flag, guidance being 'ONE vetted sentence' to quote verbatim) and explicit behavioral rules (do not translate/reword guidance, do not call the US drug the same product). This discloses important response-format expectations that annotations do not cover, with no contradictions.

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 detailed but highly structured. It opens with the purpose, then usage, output fields, next steps, and finally safety warnings. Every sentence carries information that an agent needs; there is no fluff. The length matches the complexity of the tool, and it is front-loaded with the most critical usage context.

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

Completeness5/5

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

Given the tool's complexity, the description covers everything necessary: when to use, what parameters mean, what the response contains, how to chain subsequent tool calls (compare_prices, get_drug), and how to present results to the user. The existence of an output schema further reduces the burden on the description for return types. It is complete for an agent to invoke correctly.

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?

Schema coverage is 0%, so the description must compensate. It explains brand indirectly via examples, and explicitly defines country ('picks between brands of the same name sold in different places') and locale ('a language code... host's own locale'). However, the `channel` parameter is not mentioned at all, and its purpose is left to the schema's default. Despite this minor gap, the description adds significant semantic value for the three primary parameters, so a 4 is warranted.

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 explicitly states the core function: 'Find out what a medicine from another country is in the US, and what it costs.' It provides concrete examples of inputs (No-Spa, paracetamol) and differentiates from sibling tools like search_drugs and get_drug by focusing on the US-equivalent lookup. It is clear, specific, and instantly distinguishable.

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

Usage Guidelines5/5

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

The description gives precise trigger conditions: 'Use when the person names a medicine that is not a US product...' and also covers the question phrasing ('what is this called in the US?'). It explains optional parameter usage (country, locale) and provides explicit next steps: quote guidance, call compare_prices or get_drug, offer the card. It also states what not to do (e.g., don't suggest substitutions). This is exemplary usage guidance.

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

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/andrewfinerx/finerx-mcp'

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