Skip to main content
Glama

Meridian Trace — Medical Device Registrations

Get one registration in full

get_registration

One registration, complete. Everything get_registrations returns for that row, plus the registry's own market-specific fields under registryFields — Korea's renewal window, Australia's intended purpose, Saudi's authorisation pathway, the EUDAMED device attributes (implantable, sterile, reusable, measuring, latex, tissue origin, legislation), and the manufacturer address — none of which fit a list row. sourceUrl links the authority's own record so you can check us. Reading one device exhaustively costs the same as seeing it in a list, and re-reading it is free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registration_idYesRegistration id from get_registrations, find_similar_devices or get_recent_registrations.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does well: it discloses that reading one device costs the same as a list read, that re-reading is free, and that sourceUrl points to the authority's own record for verification. It does not mention error behavior or rate limits, but for a simple getter this is reasonably transparent.

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 front-loaded with the core purpose and is information-dense rather than padded. The enumeration of market-specific fields is long but earns its place by clarifying exactly what richer data is available. It could be trimmed, but every sentence contributes.

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 only one parameter, no output schema, and no annotations, the description covers the return payload meaningfully—list fields, registryFields, and sourceUrl—and adds cost semantics. It does not explain what happens on invalid IDs, but the parameter provenance and high schema coverage make this adequate for a single-record getter.

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?

Schema coverage is 100% and the single parameter registration_id is already documented in the schema with its provenance from get_registrations, find_similar_devices, or get_recent_registrations. The description adds little parameter-level meaning beyond referring to 'that row,' so the baseline of 3 applies.

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 title and opening 'One registration, complete' state a specific verb and resource, and the description explicitly contrasts with get_registrations by saying it returns everything from the list row plus registry-specific fields. This clearly distinguishes it from sibling tools like get_registration_timeline and get_recent_registrations.

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 makes it clear this is the exhaustive single-record counterpart to list operations, mentioning fields that 'fit a list row' versus full detail. It implies when to use it, though it does not explicitly name alternative tools or state when not to use it. The context is strong but exclusions are left implicit.

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

A4.2/5.0
Disambiguation4/5

The tools cover clearly different queries—classification, predicate lineage, similar devices, market presence, registration details, timelines, recent entries, license holders, and coverage—so most are easy to distinguish. However, the get_registration family and get_coverage/get_market_coverage share naming patterns that could cause initial misselection despite thorough descriptions.

Naming Consistency4/5

All tool names follow a snake_case verb-first pattern, which is consistent and readable. The main weakness is that get_coverage and get_market_coverage are name-level near-duplicates, and the registration variants require careful reading to tell apart.

Tool Count5/5

Eleven tools is well within the ideal range for a specialized regulatory data domain, and each tool addresses a distinct part of the workflow. None feel redundant or superfluous, and the set is small enough for reliable agent routing.

Completeness4/5

The domain is covered broadly: manufacturer resolution, registration list/detail, market presence, timelines, recent activity, license holders, classification, US predicate history, and competitive devices are all present. Minor gaps such as a direct global device-type search across all manufacturers or bulk export can be worked around with existing tools.

Resources