Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getPatientById

Retrieve patient details from the Medplum MCP Server by providing the patient's unique ID, enabling efficient access to healthcare data.

Instructions

Retrieves a patient resource by their unique ID.

Input Schema

NameRequiredDescriptionDefault
patientIdYesThe unique ID of the patient to retrieve.

Input Schema (JSON Schema)

{ "properties": { "patientId": { "description": "The unique ID of the patient to retrieve.", "type": "string" } }, "required": [ "patientId" ], "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