← All WebMCP sites

danang.kim

Travel & Eventshttps://danang.kim/listed as of 2026-08-01
Interactive map for Danang, Vietnam with rental ads
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 68/100 (C).

Tools

get_site_infoanswerimperative
Returns information about danang.kim and its purpose.
Input schema
{
  "type": "object",
  "properties": {}
}
filter_listings_by_priceanswerimperative
Find rental property listings in Danang whose monthly rent is from the specified minimum price (inclusive) up to, but not including, the specified maximum price. Prices are in Vietnamese dong (VND). Use this tool when the user asks to find rentals within a price range.
Input schema
{
  "type": "object",
  "properties": {
    "from": {
      "type": "number",
      "minimum": 0,
      "description": "Minimum monthly rental price in Vietnamese dong (VND), inclusive."
    },
    "to": {
      "type": "number",
      "minimum": 0,
      "description": "Maximum monthly rental price in Vietnamese dong (VND), exclusive."
    }
  },
  "required": [
    "from",
    "to"
  ],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.