Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchMedications

Find medications by criteria such as code, name, or form using the Medplum MCP Server. Simplify healthcare data retrieval with standardized search operations.

Instructions

Searches for medications based on criteria like code or name.

Input Schema

NameRequiredDescriptionDefault
codeNoThe medication code to search for. Optional.
formNoThe medication form to filter by. Optional.
nameNoPart of the medication name to search for. Optional.

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The medication code to search for. Optional.", "type": "string" }, "form": { "description": "The medication form to filter by. Optional.", "type": "string" }, "name": { "description": "Part of the medication name to search for. Optional.", "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