Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateMedicationRequest

Modify existing medication requests by specifying the request ID and updating fields such as status to reflect changes in treatment.

Instructions

Updates an existing medication request. Requires the medication request ID and fields to update.

Input Schema

NameRequiredDescriptionDefault
medicationRequestIdYesThe unique ID of the medication request to update.
statusNoNew status for the medication request.

Input Schema (JSON Schema)

{ "properties": { "medicationRequestId": { "description": "The unique ID of the medication request to update.", "type": "string" }, "status": { "description": "New status for the medication request.", "enum": [ "active", "on-hold", "cancelled", "completed", "entered-in-error", "stopped", "draft", "unknown" ], "type": "string" } }, "required": [ "medicationRequestId" ], "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