Skip to main content
Glama

Medicare Ncd Search

medicare_ncd_search
Read-onlyIdempotent

ANSWERS "does Medicare cover X" / "is X covered by Medicare" / "what is Medicare's coverage policy for X" — searches current Medicare National Coverage Determinations (NCDs), the national policy documents that say whether Medicare covers a drug, device, procedure or therapy. Search by everyday product or therapy name ("CAR T-cell", "amyloid PET", "insulin pump"), by title, benefit category, or NCD number. NCDs describe national Medicare policy; they are not individualized coverage guarantees or medical advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults (1-100, default 25).
queryYesTitle/topic text or NCD number, e.g. "amyloid" or "220.6.20". Terms are matched against CMS's formal titles, which spell acronyms out — search "positron tomography", not "PET".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
sourceYes
returnedYes
documentsYes
interpretationYes

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds that the search operates on 'current' NCDs and that results describe national policy rather than individual coverage. It also notes that search can use everyday product or therapy names, which is a useful behavioral hint beyond the schema. No contradictions with annotations.

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 concise, consisting of two sentences. The first sentence is dense with the tool's purpose and example search terms, while the second sentence clarifies the document type and adds a disclaimer. No unnecessary words or repetition.

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?

The combination of the description, schema, and annotations is sufficient for an agent to select and invoke the tool. The description explains the domain and limitations; the schema covers parameters; the output schema presumably describes results; and annotations cover safety. This is complete for a search tool.

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 fully describes both parameters ('query' and 'limit') with specific guidance, including examples and the acronym-spelling caveat. The description adds minimal extra parameter meaning beyond listing 'title, benefit category, or NCD number' as search dimensions. Given 100% schema coverage, the description's contribution is marginal, warranting a baseline 3.

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 'searches current Medicare National Coverage Determinations (NCDs)', directly answering coverage questions. It specifies the resource (NCDs), the scope (national), and the kind of queries supported. It distinguishes itself from related tools by emphasizing 'national' policy documents, though it doesn't explicitly name sibling search tools like LCD search.

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 provides clear context for use: to find national Medicare coverage policy for drugs, devices, procedures, or therapies. It includes a when-not clause by warning that NCDs are 'not individualized coverage guarantees or medical advice.' However, it does not explicitly reference alternative tools like medicare_lcd_search or medicare_ncd_detail for other coverage types, so alternatives are not named.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation2/5

The server mixes Medicare-specific tools with many unrelated general-purpose tools (e.g., bet_research, polymarket_arbitrage, remember), and there are multiple similar ask_pipeworx variants. This makes it difficult for an agent to distinguish which tool is appropriate for a given task without confusion.

Naming Consistency2/5

Tool names follow no consistent pattern. Some use a medicare_ prefix with underscores, others use generic verbs like forget, recall, or compound names like ask_pipeworx, deep_research. There is no uniform verb_noun or noun_verb structure.

Tool Count2/5

57 tools is excessive for a server ostensibly focused on 'Medicare Coverage'. Many tools (e.g., bet_research, polymarket_edge_tracker, scan_dependency) are unrelated to Medicare and should be in separate servers, inflating the count and diluting focus.

Completeness4/5

The Medicare-specific tools cover a broad range: NCDs, LCDs, NCAs, enrollment, DME, Part D, hospital, outpatient, post-acute, and provider data. Minor gaps include Medicare Advantage (Part C) and Medicare Supplement, but the coverage is largely comprehensive.