Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getEpisodeOfCareById

Retrieve healthcare episode details using a unique ID to access and manage patient care data efficiently on Medplum MCP Server.

Instructions

Retrieves an episode of care by its unique ID.

Input Schema

NameRequiredDescriptionDefault
episodeOfCareIdYesThe unique ID of the episode of care to retrieve.

Input Schema (JSON Schema)

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