Use when the user wants to book, cancel, or check UCSD study room reservations. Trigger on "study room", "방 예약", "예약 취소", "스터디룸", "예약 조" "Price Center", or any room booking intent.
You have access to MCP tools for managing UCSD Price Center Study Room reservations.
search_rooms(date, start_time, end_time) — Search available roomsbook_room(date, start_time, end_time, room_name) — Book a specific roommy_events() — List current reservationscancel_reservation(date, reason, room_name?) — Cancel a reservationlogin(username, password) — Authenticate (UCSD SSO + Duo Push)YYYY-MM-DD, time: HH:MM 24h format)search_rooms to find available roomsbook_room with the selected room name (exact match required, e.g., "Price Center Study Room 3")my_events to show current reservationscancel_reservation with date, reason, and optionally room_namesearch_rooms can query any time range. Do NOT split searches into 4-hour chunks.book_room is limited to 4 hours per reservation per day. If the user wants more than 4 hours, split into multiple bookings.login first, then retry