Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchPractitionersByName

Find medical practitioners in the Medplum MCP Server using their first name, last name, or a general name string to manage healthcare data efficiently.

Instructions

Searches for medical practitioners based on their given name, family name, or a general name string.

Input Schema

NameRequiredDescriptionDefault
familyNameNoThe practitioner's family (last) name.
givenNameNoThe practitioner's given (first) name.
nameNoA general name search string for the practitioner.

Input Schema (JSON Schema)

{ "properties": { "familyName": { "description": "The practitioner's family (last) name.", "type": "string" }, "givenName": { "description": "The practitioner's given (first) name.", "type": "string" }, "name": { "description": "A general name search string for the practitioner.", "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