Skip to main content
Glama
andrewfinerx

FineRx MCP server

by andrewfinerx

get_savings_card

Read-onlyIdempotent

Get a free prescription discount card with codes, usage steps, and saving options. Use it to pay less at the pharmacy when you have a FineRx price quote.

Instructions

Get the free FineRx discount card: its codes, how to use it, how to save it.

Use when you have just quoted a FineRx price, when someone asks how to pay less for a prescription, or when they ask for the card by name. Optional drug is a slug from search_drugs and adds that drug's card price when we have one; locale is a language code (leave it out and the host's own locale is used, else English); channel tags the links with who sent the person.

Returns the card as JSON (the three codes to read at the pharmacy counter, what the card is and is not, the steps to use it, the sentence to say to the pharmacist, the ways to save it — image, print, link, email — an optional observed price with its date, an FAQ, the legal lines, and the UI labels) plus an image of the card. On a host that supports MCP Apps the same data is drawn as an interactive card in the conversation; that is a convenience, not a substitute, so STILL write the three codes in your own answer for the hosts and the people who cannot see it.

Offer ONE way to save it: show the image, send the link, or email it. Do not present the card as insurance, do not promise a price, and do not call a price the lowest unless price.isLowest is true — otherwise repeat price.note as written. The card is free and needs no signup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
drugNo
localeNo
channelNomcp

Schema Changelog

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

  1. First observedv1.5.0

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive hints, and the description adds substantial behavior beyond that: it clarifies the output shape, warns that the MCP Apps interactive card is not a substitute, instructs the agent to still write the codes, limits saving options to one, and imposes accuracy constraints about insurance, pricing, and lowest-price claims.

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

Conciseness4/5

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

The description is long but every section earns its place: usage triggers, parameter meanings, return contents, and agent rules. It is front-loaded with the primary purpose and structured into readable paragraphs. Slight redundancy exists in the output enumeration, but it compensates for the absence of an output schema.

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?

For a tool with no output schema and only minimal parameter schemas, the description is exceptionally complete. It covers return values, side-channel presentation behavior, usage constraints, pricing caveats, and all three parameters. An agent has enough context to invoke it correctly and handle its results appropriately.

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 carries the full burden. It explains drug as a slug from search_drugs that may add a price, locale as a language code with a defined fallback, and channel as a link-tagging value. Each parameter is meaningfully described, though channel could be more precise about expected values.

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 states a specific verb ('Get'), a specific resource ('the free FineRx discount card'), and enumerates the concrete outputs: codes, usage steps, and saving methods. It is clearly distinguishable from siblings like search_drugs or compare_prices.

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 names three trigger conditions: after quoting a FineRx price, when asked about paying less, or when the card is requested by name. It does not explicitly contrast with email_savings_card or other siblings, but the conditions are concrete enough for an agent to select this tool correctly.

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