pco_list_plans
Retrieve and filter service plans by date range and pagination for specific service types in Planning Center Online.
Instructions
List plans for a specific service type in Planning Center Services.
Args:
service_type_id (string): The service type ID (get this from pco_list_service_types)
filter (string, optional): Filter plans — 'future' (upcoming), 'past', 'no_dates', or 'undated'
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 plans with title, dates, people count, and items count. Error: Returns "Error: Resource not found" if service_type_id is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_type_id | Yes | The service type ID | |
| filter | No | Filter: 'future', 'past', 'no_dates', or 'undated' | |
| limit | No | Maximum number of results to return (1-100, default: 25) | |
| offset | No | Number of results to skip for pagination (default: 0) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |