pco_get_group
Retrieve detailed information about a specific Planning Center Online group using its ID, including name, description, location, schedule, member count, and Church Center URL.
Instructions
Get detailed information about a specific group by its ID.
Args:
id (string): The group ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full group record including name, description, location, schedule, member count, and Church Center URL. Error: Returns "Error: Resource not found" if the ID is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The group ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |