Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchMedications

Search for medications by code, name, or form using Medplum MCP Server, enabling efficient retrieval of healthcare data for informed decision-making.

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