list_reservations
List court reservations filtered by location, court, member, or date range to find specific bookings.
Instructions
List court reservations, with optional filters by location, court, member, and date range.
Use when: "what reservations are on court 3 this Saturday?", "show all reservations for member 12345 in the next 30 days".
Args: skip: Paging offset. take: Page size (default 100). location_id: Filter to one location. court_id: Filter to one court. member_id: Filter to one member's reservations. start_date: ISO date (YYYY-MM-DD) lower bound. end_date: ISO date (YYYY-MM-DD) upper bound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| take | No | ||
| court_id | No | ||
| end_date | No | ||
| member_id | No | ||
| start_date | No | ||
| location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |