pco_list_teams
Retrieve teams associated with a specific service type in Planning Center Services. Use this tool to view team names, schedule types, and rehearsal status for effective service planning.
Instructions
List teams 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)
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 teams with name, schedule type, and whether it's a rehearsal team. 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 | |
| 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 |