get_verified_stay_offer
Retrieve a cryptographically signed stay offer from a host's domain. Verifies the offer's authenticity and freshness, returning guardrails to quote only signed availability, exact price, and direct booking URL.
Instructions
Fetch a signed VRP verified_stay_offer from a verified host-domain node and verify its Ed25519 compact JWS against that domain's JWKS. Reads the production signature.jws envelope, checks payload match and freshness, and returns agent guardrails so clients quote only signed availability, exact price, and direct booking URL. Never invent discounts or OTA comparisons outside the signed offer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Host-owned vacation rental domain, e.g. villaakerlyckan.se. | |
| check_in | Yes | Arrival date in YYYY-MM-DD format. | |
| check_out | Yes | Departure date in YYYY-MM-DD format. Must be after check_in. | |
| guests | Yes | Total number of guests as integer >= 1. | |
| language | No | Optional preferred response language, e.g. en or sv. |