pco_get_person
Retrieve detailed information about a specific person in Planning Center Online using their unique PCO ID. Returns comprehensive person records including name, gender, status, and birthdate in markdown or JSON format.
Instructions
Get detailed information about a single person by their PCO ID.
Args:
id (string): The PCO person ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full person record including all attributes (name, gender, status, birthdate, etc.). Error: Returns "Error: Resource not found" if the ID is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The PCO person ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |