Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getConditionById

Retrieve specific healthcare condition details by unique ID using the Medplum MCP Server's FHIR-based data management tool.

Instructions

Retrieves a condition resource by its unique ID.

Input Schema

NameRequiredDescriptionDefault
conditionIdYesThe unique ID of the condition to retrieve.

Input Schema (JSON Schema)

{ "properties": { "conditionId": { "description": "The unique ID of the condition to retrieve.", "type": "string" } }, "required": [ "conditionId" ], "type": "object" }

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/rkirkendall/medplum-mcp'

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