Valley Trail Inn
Official Agent Commerce Interface
This is the hotel's authoritative read-only machine-commerce interface powered by Kiosk.
Official hotel website: https://valleytrailinn.com/.
Availability
GET https://www.kioskresearch.com/valleytrailinn/agent/availability. No authentication, JavaScript or POST is required.
- check_in
- YYYY-MM-DD, required
- check_out
- YYYY-MM-DD, required; after arrival, at most 30 nights and within 540 days
- adults
- Required positive integer, at most 16
- children
- Optional integer 0–12; defaults to 0
- rooms
- Optional; defaults to 1. This pilot supports one-room quotes.
Alternative path format: https://www.kioskresearch.com/valleytrailinn/agent/availability/YYYY-MM-DD/YYYY-MM-DD/adults/children/rooms. The values are check-in, check-out, adults, children, and rooms, in that order. Same example using a path URL (no query parameters). Both formats return the same live results and apply the same limits.
Static information is cached for up to five minutes. Availability is retrieved from the connected reservation system and may be cached briefly (at most 60 seconds); the retrieval timestamp is preserved. No booking or inventory hold is made. Missing terms are unknown; ask the hotel before booking.
MCP: https://www.kioskresearch.com/mcp (configured authenticated clients).