Skip to main content
Glama
tracsoftllc

Planning Center Online MCP Server

by tracsoftllc

pco_list_people

Search and filter people in Planning Center People by name, status, gender, or age group to retrieve contact details and membership information.

Instructions

Search for and list people in Planning Center People (PCO).

Supports filtering by name, status, and more. Returns person records with attributes.

Args:

  • query (string, optional): Search by name (partial match on first or last name)

  • where_first_name (string, optional): Filter by exact first name

  • where_last_name (string, optional): Filter by exact last name

  • where_status (string, optional): Filter by membership status (e.g. 'active', 'inactive')

  • where_gender (string, optional): Filter by gender (e.g. 'M', 'F')

  • where_child (boolean, optional): Filter to only children (true) or adults (false)

  • include_emails (boolean, optional): Include email addresses in response

  • include_phone_numbers (boolean, optional): Include phone numbers in response

  • limit (number): Max results (1-100, default 25)

  • offset (number): Pagination offset (default 0)

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Returns: List of people with name, status, gender, birthdate, created/updated dates. Error: Returns "Error: ..." message if the request fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch by name (partial match)
where_first_nameNoFilter by exact first name
where_last_nameNoFilter by exact last name
where_statusNoFilter by membership status
where_genderNoFilter by gender (M or F)
where_childNoFilter to children (true) or adults (false)
include_emailsNoInclude email addresses in response
include_phone_numbersNoInclude phone numbers in response
limitNoMaximum number of results to return (1-100, default: 25)
offsetNoNumber of results to skip for pagination (default: 0)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown

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