get_hotel_pricing
shallowio.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.
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
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | 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
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | insufficient data | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | timeout: 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.
[](https://vouch.tools/tools/a03eb73e-1702-4502-baf8-cfd683e318bc)