Skip to main content
Glama
tracsoftllc

Planning Center Online MCP Server

by tracsoftllc

pco_update_person

Update specific fields in a Planning Center Online person record using a PATCH request. Modify details like name, birthdate, gender, status, or medical notes while keeping other information unchanged.

Instructions

Update an existing person record in Planning Center People.

Only the fields you provide will be updated (sparse update / PATCH semantics).

Args:

  • id (string): PCO person ID to update

  • first_name (string, optional): Updated first name

  • last_name (string, optional): Updated last name

  • middle_name (string, optional): Updated middle name

  • birthdate (string, optional): Updated birthdate in YYYY-MM-DD format

  • gender (string, optional): Updated gender ('M' or 'F')

  • status (string, optional): Updated status ('active' or 'inactive')

  • medical_notes (string, optional): Updated medical notes

Returns: Confirmation and the updated person record. Error: Returns "Error: Resource not found" if the ID is invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPCO person ID to update
first_nameNoUpdated first name
last_nameNoUpdated last name
middle_nameNoUpdated middle name
birthdateNoUpdated birthdate in YYYY-MM-DD format
genderNoUpdated gender: M or F
statusNoUpdated status
medical_notesNoUpdated medical notes

Latest Blog Posts

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/tracsoftllc/PCO-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server