Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getMedicationById

Retrieve specific medication details by providing its unique ID, enabling efficient access to healthcare data within Medplum FHIR servers.

Instructions

Retrieves a medication by its unique ID.

Input Schema

NameRequiredDescriptionDefault
medicationIdYesThe unique ID of the medication to retrieve.

Input Schema (JSON Schema)

{ "properties": { "medicationId": { "description": "The unique ID of the medication to retrieve.", "type": "string" } }, "required": [ "medicationId" ], "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