Skip to main content
Glama

Medplum MCP Server

by rkirkendall

createMedication

Create a new medication resource in Medplum MCP Server by providing a medication code or identifier. Specify details like display name and form for accurate medical data management.

Instructions

Creates a new medication resource. Requires medication code or identifier.

Input Schema

NameRequiredDescriptionDefault
codeYesThe code identifying the medication (e.g., RxNorm, SNOMED CT).
displayNoThe display name of the medication.
formNoThe form of the medication (e.g., tablet, capsule, liquid).

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The code identifying the medication (e.g., RxNorm, SNOMED CT).", "type": "string" }, "display": { "description": "The display name of the medication.", "type": "string" }, "form": { "description": "The form of the medication (e.g., tablet, capsule, liquid).", "type": "string" } }, "required": [ "code" ], "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