Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchPatients

Search for patient records using criteria such as name, birth date, or gender in Medplum MCP Server's FHIR data.

Instructions

Searches for patients based on criteria like name or birth date.

Input Schema

NameRequiredDescriptionDefault
birthdateNoThe patient's birth date in YYYY-MM-DD format.
familyNoThe patient's family (last) name.
genderNoThe patient's gender.
givenNoThe patient's given (first) name.

Input Schema (JSON Schema)

{ "properties": { "birthdate": { "description": "The patient's birth date in YYYY-MM-DD format.", "type": "string" }, "family": { "description": "The patient's family (last) name.", "type": "string" }, "gender": { "description": "The patient's gender.", "enum": [ "male", "female", "other", "unknown" ], "type": "string" }, "given": { "description": "The patient's given (first) name.", "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