pco_get_donation
Retrieve detailed donation records from Planning Center Online by ID, including amount, payment details, fund designations, and transaction dates.
Instructions
Get detailed information about a specific donation by ID.
Args:
id (string): The donation ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full donation record including amount, payment details, fund designations, and dates. Error: Returns "Error: Resource not found" if the ID is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The donation ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |