Skip to main content
Glama
maheshbalan

FHIR MCP Server

by maheshbalan

request_family_member_history_resource

Manage FHIR FamilyMemberHistory resources by making HTTP requests for create, read, update, and delete operations.

Instructions

Makes an HTTP request to the FHIR server. Use this tool to perform CRUD operations only on the FHIR FamilyMemberHistory resource. Rules: - When creating or updating a family member history, use only the data explicitly provided by the user. - Do not guess, auto-fill, or assume any missing data. - When deleting a family member history, ask the user for confirmation with details of the family member history and wait for the user's confirmation. - Provide links to the app (not api) family member history resource in the final response.

Args: method: HTTP method (GET, POST, PUT, DELETE) path: Resource path (e.g., "/FamilyMemberHistory", "/FamilyMemberHistory?patient=Patient/123") body: Optional JSON data for POST/PUT requests)

Returns: JSON response from the FHIR server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses important behaviors: no auto-fill of missing data, mandatory user confirmation for deletions, and the requirement to return app links. However, it omits details like authentication, error handling, or rate limits, so it is not fully comprehensive.

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 structured with a brief opening, a rules list, and an args section. It is longer than average but every sentence adds useful information. The rules are clear and easy to follow, though the args section could be more concise by matching the schema hierarchy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's resource scope, core behaviors, and return format, which is good. However, the mismatch between the described arguments and the actual nested schema is a significant gap. It lacks a concrete example of a full JSON request object, making end-to-end invocation less certain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema's top-level parameter 'request' has no description (0% coverage), so the description must compensate. It lists method, path, and body with examples and says body is optional, which adds value. However, it presents them as flat arguments, not nested under 'request', which contradicts the actual schema structure and could mislead an agent into constructing an invalid invocation.

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 makes an HTTP request to the FHIR server and limits usage to CRUD operations on the FamilyMemberHistory resource. The phrase 'only on the FHIR FamilyMemberHistory resource' explicitly distinguishes it from sibling resource-specific tools.

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

Usage Guidelines5/5

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

The description provides explicit usage rules: it is for CRUD on FamilyMemberHistory, and it gives specific behavioral guidance (e.g., use only user-provided data, do not guess, ask confirmation before delete, provide app links). This clearly states when to use and when to confirm, though it does not name alternatives beyond the resource scope.

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/maheshbalan/fhir-mcp-server'

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