Skip to main content
Glama
claudiomedina17

CardioTriage MCP Server

get_fhir_case_bundle

Retrieve a synthetic FHIR R5 bundle for a selected case (A, B, C, or D) to support cardiovascular triage analysis.

Instructions

Return a synthetic FHIR-like bundle for case A, B, C, or D. Use after selecting a case ID. Synthetic data only; NOT for clinical use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_idYes
bundleYes
disclaimerNoNOT for clinical use. Synthetic demo data only. Clinician validation required.
Behavior3/5

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

No annotations are provided, so description must disclose traits. It states 'synthetic data only; NOT for clinical use', which is important. However, it does not describe what the bundle contains or any limitations beyond synthetic nature.

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?

Two sentences, front-loaded with the core action. Every sentence adds value: the first explains what it does, the second gives usage context and a warning. No waste.

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 simplicity (one string param, output schema exists), the description covers all essential context: synthetic nature, non-clinical, which cases, usage after selection. No gaps.

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?

The schema has 0% description coverage, but the description adds meaning by restricting case_id to values A, B, C, or D. This compensates for the lack of schema-level parameter documentation.

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 it returns a synthetic FHIR-like bundle for specific cases (A, B, C, D). It distinguishes from siblings like list_synthetic_cases or analyze_missing_critical_data which have different purposes.

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 says 'Use after selecting a case ID', providing context for when to invoke. It implies a sequence with list_synthetic_cases but does not explicitly state when not to use or alternatives.

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/claudiomedina17/cardiotriage-mcp'

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