Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateOrganization

Modify organization details in Medplum MCP Server by providing the organization ID and updated fields such as name or aliases.

Instructions

Updates an existing organization. Requires the organization ID and the fields to update.

Input Schema

NameRequiredDescriptionDefault
aliasNoAn updated list of aliases. Optional.
nameNoThe new official name of the organization. Optional.
organizationIdYesThe unique ID of the organization to update.

Input Schema (JSON Schema)

{ "properties": { "alias": { "description": "An updated list of aliases. Optional.", "items": { "type": "string" }, "type": "array" }, "name": { "description": "The new official name of the organization. Optional.", "type": "string" }, "organizationId": { "description": "The unique ID of the organization to update.", "type": "string" } }, "required": [ "organizationId" ], "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