Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchMedicationRequests

Search and filter medication requests by patient ID, medication, practitioner ID, or status using a healthcare data management MCP server.

Instructions

Searches for medication requests based on criteria like patient ID or medication.

Input Schema

NameRequiredDescriptionDefault
medicationReferenceNoThe medication reference to filter by. Optional.
patientIdNoThe patient ID to search medication requests for. Optional.
practitionerIdNoThe practitioner ID to search medication requests for. Optional.
statusNoThe medication request status to filter by. Optional.

Input Schema (JSON Schema)

{ "properties": { "medicationReference": { "description": "The medication reference to filter by. Optional.", "type": "string" }, "patientId": { "description": "The patient ID to search medication requests for. Optional.", "type": "string" }, "practitionerId": { "description": "The practitioner ID to search medication requests for. Optional.", "type": "string" }, "status": { "description": "The medication request status to filter by. Optional.", "enum": [ "active", "on-hold", "cancelled", "completed", "entered-in-error", "stopped", "draft", "unknown" ], "type": "string" } }, "required": [], "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