Skip to main content
Glama

Medplum MCP Server

by rkirkendall

createPractitioner

Generate a new medical practitioner record in the Medplum MCP Server by providing the practitioner's given and family names using this tool. Simplifies healthcare data management.

Instructions

Creates a new medical practitioner. Requires given name and family name.

Input Schema

NameRequiredDescriptionDefault
familyNameYesThe practitioner's family (last) name.
givenNameYesThe practitioner's given (first) name.

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" } }, "required": [ "givenName", "familyName" ], "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