get_hotel_pricing

shallow

io.github.roomza-inc/roomza · Verify this server

Get public room rates for a hotel (the hotel's own public rate; booking on Roomza never costs more). Pass check_in and check_out dates (YYYY-MM-DD) to get nightly from-prices per room type. Without dates, returns the hotel's typical nightly from-price. No booking links; to price and book an exact room, use secure_room.

100.0/100

1 trials · measured 8 days ago

get_hotel_pricing scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.roomza-inc/roomza, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Category
Travel & local
Input schema
declared
Output schema
declared
Side-effect classification
unclassified
Declared input schema
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "hotel_id"
  ],
  "properties": {
    "check_in": {
      "type": "string",
      "description": "Check-in date in YYYY-MM-DD format (defaults to today)"
    },
    "hotel_id": {
      "type": "string",
      "description": "Hotel UUID"
    },
    "check_out": {
      "type": "string",
      "description": "Check-out date in YYYY-MM-DD format (defaults to tomorrow)"
    }
  }
}

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-24insufficient datadeepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilitytimeout: 1, pass: 4

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: get_hotel_pricing
[![Vouch score](https://vouch.tools/api/tools/a03eb73e-1702-4502-baf8-cfd683e318bc/badge.svg)](https://vouch.tools/tools/a03eb73e-1702-4502-baf8-cfd683e318bc)
get_hotel_pricing — Vouch