Skip to main content
Glama

Medplum MCP Server

by rkirkendall

getPractitionerById

Retrieve healthcare practitioner details using their unique ID through the Medplum MCP Server. Access practitioner resources efficiently for FHIR-based healthcare data management.

Instructions

Retrieves a practitioner resource by their unique ID.

Input Schema

NameRequiredDescriptionDefault
practitionerIdYesThe unique ID of the practitioner to retrieve.

Input Schema (JSON Schema)

{ "properties": { "practitionerId": { "description": "The unique ID of the practitioner to retrieve.", "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