Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updatePractitioner

Modifies practitioner details in the Medplum MCP Server, such as active status, by providing the practitioner's unique ID and updated fields.

Instructions

Updates an existing practitioner's information. Requires the practitioner's ID and the fields to update.

Input Schema

NameRequiredDescriptionDefault
activeNoUpdate active status.
practitionerIdYesThe unique ID of the practitioner to update.

Input Schema (JSON Schema)

{ "properties": { "active": { "description": "Update active status.", "type": "boolean" }, "practitionerId": { "description": "The unique ID of the practitioner to update.", "type": "string" } }, "required": [ "practitionerId" ], "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