Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getObservationById

Retrieve specific healthcare observation data by providing its unique ID using Medplum MCP Server's standardized read operation.

Instructions

Retrieves an observation by its unique ID.

Input Schema

NameRequiredDescriptionDefault
observationIdYesThe unique ID of the observation to retrieve.

Input Schema (JSON Schema)

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