← WebMCP Directory

Tool tree

jezersko.sk

liveTravel & Events
https://www.jezersko.sk/home.html
Ubytovanie Jezersko
Explore capabilities
get_accommodationAnswer

Returns basic information about Originálna drevenica JEZERSKO, including capacity, Wi-Fi, parking and pets policy.

View tool JSON
{
  "name": "get_accommodation",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns basic information about Originálna drevenica JEZERSKO, including capacity, Wi-Fi, parking and pets policy.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_organizationAnswer

Returns information about the operator of Originálna drevenica JEZERSKO.

View tool JSON
{
  "name": "get_organization",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns information about the operator of Originálna drevenica JEZERSKO.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_contactAnswer

Returns contact information and the official reservation URL for Originálna drevenica JEZERSKO.

View tool JSON
{
  "name": "get_contact",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns contact information and the official reservation URL for Originálna drevenica JEZERSKO.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_reservation_urlAnswer

Returns the official reservation page for Originálna drevenica JEZERSKO.

View tool JSON
{
  "name": "get_reservation_url",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns the official reservation page for Originálna drevenica JEZERSKO.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_calendar_infoAnswer

Returns information about the live availability calendar.

View tool JSON
{
  "name": "get_calendar_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns information about the live availability calendar.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
check_availabilityAnswer

Checks whether Originálna drevenica JEZERSKO is available for a requested arrival and departure date.

View tool JSON
{
  "name": "check_availability",
  "kind": "answer",
  "impl": "imperative",
  "description": "Checks whether Originálna drevenica JEZERSKO is available for a requested arrival and departure date.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "checkin": {
        "type": "string",
        "description": "Arrival date in YYYY-MM-DD format."
      },
      "checkout": {
        "type": "string",
        "description": "Departure date in YYYY-MM-DD format."
      }
    },
    "required": [
      "checkin",
      "checkout"
    ]
  },
  "page": "/"
}
find_next_available_periodAnswer

Finds the next available accommodation period for the requested minimum number of nights.

View tool JSON
{
  "name": "find_next_available_period",
  "kind": "answer",
  "impl": "imperative",
  "description": "Finds the next available accommodation period for the requested minimum number of nights.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "minNights": {
        "type": "integer",
        "minimum": 1,
        "description": "Minimum number of nights."
      }
    }
  },
  "page": "/"
}
get_available_periodsAnswer

Returns currently calculated available accommodation periods.

View tool JSON
{
  "name": "get_available_periods",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns currently calculated available accommodation periods.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}