Get Pharmacy Hours
Overview
get_pharmacy_hours retrieves pickup hours and available time slots for a specific pharmacy store. Call this tool after the patient has selected a store from find_pharmacy_stores. It returns available pickup dates and times.
Required Parameters
store_id (integer)
- The numeric store ID to get pickup hours for.
Optional Parameters
debug (boolean)
- Default:
False - Whether to display debugging information.
Returns
A StoreHoursResult containing a store object (StorePickupSlot) with:
- selected_date — selected pickup date
- selected_time — selected pickup time
- pick_up_slots — available pickup time slots
Notes
This tool is used after find_pharmacy_stores once the patient has chosen a store, and before transfer_prescription, which requires a specific pickup date and time for the chosen store.
Updated 10 days ago
Did this page help you?
