pco_list_checkin_locations
Retrieve available rooms and their capacity details for a specific check-in event in Planning Center Online.
Instructions
List locations (rooms) for a check-in event in Planning Center Check-Ins.
Args:
event_id (string): The check-in event ID (get this from pco_list_checkin_events)
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 locations with name, capacity, and check-in count. Error: Returns "Error: Resource not found" if the event ID is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The check-in event 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 |