Connection check
verified live · 27h ago
upsalt-booking
Search Upsalt venues, check availability, and book, view, or cancel a reservation.
Tools
5
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
5 toolsRead from the running server on 27h ago.
cancel-booking
can modify data
token*
Cancel an existing booking using the management token returned by create-booking. This action is irreversible; confirm with the guest before calling it. Cancel an existing booking using the management token returned by create-booking. This action is irreversible; confirm with the guest before calling it.
create-booking
citydate*hour*name*petsemail*
+20
Create a booking for a company as a guest. Requires a date (YYYY/MM/DD), an hour and shift_id obtained from list-available-slots, and the guest contact details. On success, returns… Create a booking for a company as a guest. Requires a date (YYYY/MM/DD), an hour and shift_id obtained from list-available-slots, and the guest contact details. On success, returns the reservation details including a token that can be used with get-booking-info and cancel-booking.
find-company
read-only
slug*business_type
Find a company by its slug and return its public profile: services, opening hours, and booking configuration. Use this first to obtain the company_id needed by the other tools. Find a company by its slug and return its public profile: services, opening hours, and booking configuration. Use this first to obtain the company_id needed by the other tools.
get-booking-info
read-only
token*company_id*
Retrieve the details of an existing booking using the management token returned by create-booking. Retrieve the details of an existing booking using the management token returned by create-booking.
list-available-slots
read-only
date*company_id*