search_rentals_structured
shallowcom.arcasos/arcasos-rentals · Verify this server
Use ONLY when the query consists entirely of explicit numeric/categorical constraints with NO descriptive language (no mood, view, atmosphere, or aesthetic words). Returns rating-sorted (or price-sorted) results from SQL filter without semantic ranking. For ANY query containing descriptors like 'cozy', 'quiet', 'luxury', 'river view', 'modern', use search_rentals_natural instead — it produces better results in a single call. Returns Schema.org Accommodation format.
1 trials · measured 8 days ago
search_rentals_structured scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against com.arcasos/arcasos-rentals, 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
- Real estate
- Input schema
- declared
- Output schema
- not declared
- Side-effect classification
- unclassified
- Declared input schema
{ "type": "object", "properties": { "sort": { "enum": [ "price_asc", "price_desc", "rating_desc" ], "type": "string", "description": "Sort order (default: rating_desc)" }, "limit": { "type": "integer", "maximum": 10, "minimum": 1, "description": "Max results (default 10)" }, "bedrooms": { "type": "integer", "maximum": 20, "minimum": 0, "description": "Exact number of bedrooms (not a minimum). Matches search_rentals_natural semantics — '2룸' returns exactly 2-bedroom rentals." }, "location": { "type": "string", "description": "Location name in Korean (e.g., '강남', '강남역', '홍대')" }, "amenities": { "type": "array", "items": { "type": "string" }, "description": "Required amenities (e.g., ['wifi', 'parking'])" }, "bathrooms": { "type": "integer", "maximum": 20, "minimum": 0, "description": "Minimum bathrooms required" }, "mood_tags": { "type": "array", "items": { "type": "string" }, "description": "Mood tags (e.g., ['luxury', 'cozy'])" }, "max_guests": { "type": "integer", "maximum": 50, "minimum": 1, "description": "Minimum guest capacity required" }, "view_types": { "type": "array", "items": { "type": "string" }, "description": "View types (e.g., ['river', 'city', 'mountain'])" }, "pet_allowed": { "type": "boolean", "description": "Pet-friendly rentals only" }, "kid_friendly": { "type": "boolean", "description": "Kid-friendly rentals only" }, "property_type": { "type": "string", "description": "Property type (e.g., '아파트', '펜트하우스', '주택')" }, "is_private_entire": { "type": "boolean", "description": "Entire private space (not shared)" }, "max_price_per_week": { "type": "number", "minimum": 0, "description": "Maximum price per week in KRW" }, "min_price_per_week": { "type": "number", "minimum": 0, "description": "Minimum price per week in KRW" } }, "additionalProperties": false }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 80.0 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | pass: 20 |
| malformed_input | pass: 1 |
| timeout_honour | pass: 2 |
| cancellation | pass: 2 |
| concurrency | pass: 20 |
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/cab3a8fe-2c35-4948-bb00-3f23a8d741ba)