Skip to main content
Glama
NyxToolsDev

DICOM/HL7/FHIR Interoperability MCP Server

pacs_study_summary

Query PACS studies and generate complete interoperability mappings between DICOM, HL7, and FHIR standards for healthcare data integration.

Instructions

[Premium] Query a study from PACS and show its complete interoperability mapping. Returns: (1) study metadata from PACS, (2) DICOM-to-HL7 field mapping for key fields, (3) HL7-to-FHIR resource mapping, (4) a generated HL7 ORM^O01 message skeleton pre-filled with the study's actual data. This is the bridge between 'what's in PACS' and 'how do I represent it in HL7/FHIR'. Search by Study Instance UID or accession number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_instance_uidNoStudy Instance UID to look up.
accession_numberNoAccession number to look up (alternative to UID).
Behavior3/5

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

With no annotations provided, the description carries full burden. It clearly enumerates the four return components and uses 'Query' implying read-only behavior, but omits explicit safety declarations, error handling (e.g., study not found), rate limits, or whether the '[Premium]' label affects access/behavior.

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?

Front-loaded with the core action and well-structured with the '[Premium]' tag, main function sentence, return value enumeration, bridge metaphor, and input clarification. Slightly redundant in mentioning search parameters at the end since the schema already documents them, but overall efficient for the complexity described.

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 lack of an output schema, the description adequately compensates by detailing the four complex return structures (including specific message types like ORM^O01). However, it could improve by noting that at least one identifier is logically required (despite schema showing 0 required parameters) or describing error response behavior.

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 has 100% description coverage for both parameters ('Study Instance UID to look up' and 'Accession number to look up (alternative to UID)'). The description adds minimal semantic value beyond the schema, merely confirming 'Search by Study Instance UID or accession number' without adding format constraints, validation rules, or examples.

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?

Description explicitly states the tool 'Query[ies] a study from PACS and show[s] its complete interoperability mapping' and distinguishes from siblings by detailing four specific return components (metadata, DICOM-to-HL7 mapping, HL7-to-FHIR mapping, and HL7 ORM^O01 skeleton) that combine functionality of separate 'map_*' and 'pacs_*' tools into a single interoperability bridge.

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

Usage Guidelines3/5

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

Provides implied usage context by describing itself as 'the bridge between what's in PACS and how do I represent it in HL7/FHIR', but lacks explicit guidance on when to choose this comprehensive tool over simpler alternatives like 'pacs_get_metadata' or the individual 'map_dicom_to_hl7' and 'map_hl7_to_fhir' tools.

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/NyxToolsDev/dicom-hl7-mcp-server'

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