New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

get_checkout_quote

Re-price a specific room live against the supplier before checkout (no booking, no charge). Use the supplierRoomId and price/currency from search_hotels. Returns the authoritative grand total, a rateValidUntil timestamp, and any taxes/fees.

SERVERGetMyHotels SOURCEhttps://mcp.getmyhotels.com
Low RISK CLASS
Category Read
Parameters 125 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-getmyhotels-getmyhotels/get-checkout-quote.md

What get_checkout_quote does on GetMyHotels

AI agents call get_checkout_quote to retrieve information from GetMyHotels without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
ref string Hotel `ref` from `search_hotels` (e.g. 'TBO:1402689'). Alternative to supplierCode + supplierHotelId.
rooms integer Rooms (default 1).
adults integer Adults (default 2).
checkIn string Yes Check-in date, ISO 8601 (YYYY-MM-DD).
checkOut string Yes Check-out date, ISO 8601 (YYYY-MM-DD).
children integer Children (default 0).
currency string Yes ISO 4217 currency of `price`/`totalPrice` (e.g. 'USD').
promoCode string Optional promo code.
totalPrice number Yes The room's price from `search_hotels` — the TOTAL for the whole stay, not a nightly rate (used to detect price changes).
childrenAges array Age of each child.
supplierCode string Supplier code (from `search_hotels`). Required if `ref` is omitted.
supplierRoomId string Yes Bookable room/rate id from the chosen room in `search_hotels`.

Parameters from the server's own tool schema.

Why get_checkout_quote is rated Low

This tool queries live pricing data from a supplier and returns pricing details. It performs no creation, modification, deletion, or financial transaction. The emphasis on 'no booking, no charge' explicitly indicates no state changes occur. This is a straightforward Read operation—data retrieval with no side effects. Severity is low because misuse would only retrieve pricing information, posing minimal risk.

From the tool's definition Tool description states it 're-price[s]...before checkout (no booking, no charge)' and 'Returns the authoritative grand total...and any taxes/fees.' The explicit clarifications that there is 'no booking, no charge' confirm this is a read-only retrieval of…

Risk signalsHigh parameter count (13 properties)

Questions about get_checkout_quote

What does the get_checkout_quote tool do? +

Re-price a specific room live against the supplier before checkout (no booking, no charge). Use the supplierRoomId and price/currency from search_hotels. Returns the authoritative grand total, a rateValidUntil timestamp, and any taxes/fees. It is categorised as a Read tool in the GetMyHotels MCP Server, which means it retrieves data without modifying state.

What parameters does get_checkout_quote accept? +

get_checkout_quote accepts 12 parameters: ref, rooms, adults, checkIn, checkOut, children, currency, promoCode, totalPrice, childrenAges, supplierCode, supplierRoomId. Required: checkIn, checkOut, currency, totalPrice, supplierRoomId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_checkout_quote? +

Register the GetMyHotels MCP server in PolicyLayer and add a rule for get_checkout_quote: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches GetMyHotels. Nothing to install.

What risk level is get_checkout_quote? +

get_checkout_quote is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_checkout_quote? +

Yes. Add a rate_limit block to the get_checkout_quote rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_checkout_quote completely? +

Set action: deny in the PolicyLayer policy for get_checkout_quote. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_checkout_quote? +

get_checkout_quote is provided by the GetMyHotels MCP server (https://mcp.getmyhotels.com). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on GetMyHotels, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of GetMyHotels's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.