recurring_bookings module provides tools to view client repeating reservation schedules.
Available Tools
list_recurring_bookings
List active recurring bookings for clients.
- Type: Read-only
- Important Input Fields:
clientId(string, optional): Filter recurring bookings for a specific client.page(integer, optional): Page number.limit(integer, optional): Items per page.
Natural Language Examples
- “Check if client client_8821 has any repeating session bookings.”
- “Retrieve all recurring bookings in the system.”