Upsalt Booking
Search Upsalt venues, check availability, and book, view, or cancel a reservation.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Search Upsalt venues, check availability, and book, view, or cancel a reservation.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| find-company | 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. |
| list-available-slots | List the available booking slots for a company on a given date. Returns shifts and bookable hours; use the shift_id and hour when creating a booking. |
| create-booking | 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. |
| get-booking-info | Retrieve the details of an existing booking using the management token returned by create-booking. |
| cancel-booking | Cancel an existing booking using the management token returned by create-booking. This action is irreversible; confirm with the guest before calling it. |