Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getEpisodeOfCareById

Retrieve a specific episode of care from the Medplum MCP Server by providing its unique ID, enabling efficient access and management of healthcare data.

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