← WebMCP Directory

Tool tree

chalet-montagne.com

Travel & Events
https://www.chalet-montagne.com/
Mountain holiday rentals from property owners
Explore capabilities

Tools verified

open_rentalAction

Open the page of a Chalet-Montagne.com rental from its number (shown on listings and in search results).

View tool JSON
{
  "name": "open_rental",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the page of a Chalet-Montagne.com rental from its number (shown on listings and in search results).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "number": {
        "type": "integer",
        "minimum": 1,
        "description": "Rental number."
      }
    },
    "required": [
      "number"
    ],
    "additionalProperties": false
  }
}
search_rentalsAnswer

Search holiday rentals on Chalet-Montagne.com by destination, dates and number of travellers. Returns the first results with their page links and the link to the full results page. Prices are indicative and confirmed by the owner.

View tool JSON
{
  "name": "search_rentals",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search holiday rentals on Chalet-Montagne.com by destination, dates and number of travellers. Returns the first results with their page links and the link to the full results page. Prices are indicative and confirmed by the owner.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "destination": {
        "type": "string",
        "maxLength": 100,
        "description": "French mountain resort, ski area, massif or department, in free text (e.g. \"Les Gets\", \"Savoie\")."
      },
      "dateStart": {
        "type": "string",
        "format": "date",
        "description": "Arrival date, YYYY-MM-DD."
      },
      "dateEnd": {
        "type": "string",
        "format": "date",
        "description": "Departure date, YYYY-MM-DD."
      },
      "adults": {
        "type": "integer",
        "minimum": 1,
        "maximum": 50,
        "description": "Number of travellers."
      }
    },
    "additionalProperties": false
  }
}
show_search_resultsAction

Open the Chalet-Montagne.com results page for a destination, dates and number of travellers, so the user can browse photos, map and filters.

View tool JSON
{
  "name": "show_search_results",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Chalet-Montagne.com results page for a destination, dates and number of travellers, so the user can browse photos, map and filters.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "destination": {
        "type": "string",
        "maxLength": 100,
        "description": "French mountain resort, ski area, massif or department, in free text (e.g. \"Les Gets\", \"Savoie\")."
      },
      "dateStart": {
        "type": "string",
        "format": "date",
        "description": "Arrival date, YYYY-MM-DD."
      },
      "dateEnd": {
        "type": "string",
        "format": "date",
        "description": "Departure date, YYYY-MM-DD."
      },
      "adults": {
        "type": "integer",
        "minimum": 1,
        "maximum": 50,
        "description": "Number of travellers."
      }
    },
    "additionalProperties": false
  }
}