Skip to main content
Glama

Medplum MCP Server

by rkirkendall

createOrganization

Use this tool to create a new organization, such as a hospital or clinic, by providing its official name and optional aliases. Simplifies healthcare data management in Medplum FHIR servers.

Instructions

Creates a new organization (e.g., hospital, clinic). Requires organization name.

Input Schema

NameRequiredDescriptionDefault
aliasNoA list of aliases for the organization. Optional.
nameYesThe official name of the organization.

Input Schema (JSON Schema)

{ "properties": { "alias": { "description": "A list of aliases for the organization. Optional.", "items": { "type": "string" }, "type": "array" }, "name": { "description": "The official name of the organization.", "type": "string" } }, "required": [ "name" ], "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