← WebMCP Directory

Tool tree

danang.kim

liveTravel & Booking
https://danang.kim/
Interactive map for Danang, Vietnam with rental ads
Explore capabilities
get_site_infoanswer

Returns information about danang.kim and its purpose.

View tool JSON
{
  "name": "get_site_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns information about danang.kim and its purpose.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
filter_listings_by_priceanswer

Filter listings by price at VND currency.

View tool JSON
{
  "name": "filter_listings_by_price",
  "kind": "answer",
  "impl": "imperative",
  "description": "Filter listings by price at VND currency.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "from": {
        "type": "number"
      },
      "to": {
        "type": "number"
      }
    },
    "required": [
      "from",
      "to"
    ]
  },
  "page": "/"
}