search_rentals_structured

shallow

com.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.

100.0/100

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

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
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

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2480.0deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilitypass: 20
malformed_inputpass: 1
timeout_honourpass: 2
cancellationpass: 2
concurrencypass: 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.

Vouch score: search_rentals_structured
[![Vouch score](https://vouch.tools/api/tools/cab3a8fe-2c35-4948-bb00-3f23a8d741ba/badge.svg)](https://vouch.tools/tools/cab3a8fe-2c35-4948-bb00-3f23a8d741ba)
search_rentals_structured — Vouch