Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getEncounterById

Retrieve specific healthcare encounter details using its unique ID to access records stored in the Medplum MCP Server.

Instructions

Retrieves an encounter by its unique ID.

Input Schema

NameRequiredDescriptionDefault
encounterIdYesThe unique ID of the encounter to retrieve.

Input Schema (JSON Schema)

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