Yoya Booking
Book meetings on a host's real availability.
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Book meetings on a host's real availability. No auth - mirrors their public Yoya page.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| get_booking_page | Read a public Yoya booking link or slug. Includes required guest fields and meeting options. No host account access. |
| list_available_times | Find up to 10 times (max 50), labeled in the guest's IANA timezone. Filter by inclusive from/exclusive to datetimes and morning (06–12), afternoon (12–18) or evening (18–24) in the guest timezone. Pass nextCursor unchanged to continue with the same filters. Slots are suggestions; preview then book rechecks availability. Never invent slot IDs. |
| preview_booking | Validate guest details and the selected time without booking or sending email. Show the returned summary to the guest and ask for explicit approval. Then call book_meeting with the returned normalized booking, requestId and confirmationToken. |
| book_meeting | Creates a booking and sends invitations. Only call after the guest explicitly approves preview_booking. Copy the preview's booking fields and confirmationToken unchanged. Reuse requestId and token on network retries; never claim notifications are delivered until syncStatus is ready. |
| get_booking | Read a booking using its private manage-link token. Includes meeting-link synchronization status. Treat this token as a password; do not share it publicly. |
| cancel_booking | Cancel using a private manage token. Ask the guest for explicit approval first; this sends cancellation notifications. |
| reschedule_booking | Move a booking using its private manage token and a fresh slot ID from list_available_times. Ask for explicit approval first. The original booking stays intact if the new time cannot be reserved. |