Skip to main content
Glama
tracsoftllc

Planning Center Online MCP Server

by tracsoftllc

pco_create_person

Add new individuals to your Planning Center People database by providing their name and optional details like birthdate, gender, and medical notes.

Instructions

Create a new person record in Planning Center People.

Args:

  • first_name (string, required): First name

  • last_name (string, required): Last name

  • middle_name (string, optional): Middle name

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

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

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

  • child (boolean, optional): Whether this is a child record

  • medical_notes (string, optional): Medical notes

Returns: The newly created person record with its assigned ID. Error: Returns "Error: ..." if validation fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
first_nameYesFirst name (required)
last_nameYesLast name (required)
middle_nameNoMiddle name
birthdateNoBirthdate in YYYY-MM-DD format
genderNoGender: M or F
statusNoStatus (default: 'active')active
childNoWhether this is a child record
medical_notesNoMedical 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