quoteStayBooking
Get a server-computed price and availability quote for booking a Stay package on the caller's own behalf. Price is always re-derived from the package's actual pricing tiers — never trust or reuse a price shown elsewhere. Picks the largest price tier whose length is <= the requested nights (e.g. 10 nights against 7/14/21/30-day tiers uses the 7-day tier's rate), falling back to the smallest tier if the stay is shorter than all of them. Returns a quoteId valid for about 15 minutes — call bookStay with it to actually create the booking and get a payment link. Requires the caller's token to carry the 'bookings' OAuth scope (McpMember role), separate from the listings-management 'McpAgent' scope other tools here use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pets | No | Number of pets. Defaults to 0. | |
| rooms | No | Number of rooms to book. Defaults to 1. | |
| adults | No | Number of adult guests. Defaults to 1. | |
| checkIn | Yes | Check-in date, YYYY-MM-DD | |
| checkOut | Yes | Check-out date, YYYY-MM-DD | |
| children | No | Number of child guests. Defaults to 0. | |
| packageId | Yes | The Stay package's ID (from getPackages or search/browse tools) |