pco_get_plan
Retrieve detailed service plan information from Planning Center Online, including title, dates, team assignments, items, and notes count using service type and plan IDs.
Instructions
Get detailed information about a specific plan in Planning Center Services.
Args:
service_type_id (string): The service type ID
plan_id (string): The plan ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full plan details including title, dates, team assignments, items, and notes count. Error: Returns "Error: Resource not found" if IDs are invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_type_id | Yes | The service type ID | |
| plan_id | Yes | The plan ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |