Skip to main content
Glama

Server Details

Unofficial read-only MCP server for VeryChic hotel offers

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
jordantete/verychic-mcp
GitHub Stars
1
Server Listing
verychic-mcp

TDQS

A4.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct roles: one searches/filters the catalogue, the other retrieves detailed availability and pricing for a single offer. Their descriptions explicitly define when to use each, so there is no ambiguity.

Naming Consistency4/5

Both tools share the 'verychic_' prefix and snake_case convention, which is consistent. However, 'verychic_search_offers' follows a verb-object pattern while 'verychic_offer_details' is a noun phrase, a minor deviation.

Tool Count4/5

Two tools is minimal but appropriate for the server's read-only browse-and-inspect purpose. Each tool maps to one essential phase of the workflow, so the count is slightly under typical but not insufficient.

Completeness4/5

Within its read-only scope, the set covers the main needs: searching, filtering, sorting, proximity search, and detailed availability/pricing. The obvious gaps are minor, such as lack of pagination and no direct fetch-by-ID without a prior search.

Available Tools

2 tools
verychic_offer_detailsA
Read-onlyIdempotent
Inspect

Get full details plus per-date availability and prices for one specific VeryChic offer.

    When to use: after `verychic_search_offers` returned an offer you want to inspect —
    pass that offer's `source` and `external_id` here. You must obtain those two
    identifiers from a search result first; this tool does not search.

    Behaviour: read-only and anonymous; rate-limited to about 1 request per second;
    prices in EUR, text in French. Availability is looked up for roughly the next 5
    months. For tour-operator packages (`source` = 'ORCHESTRA_TO') VeryChic exposes no
    date-availability endpoint: `availabilities` is then empty and
    `availabilities_supported` is false — meaning "not supported", NOT "sold out".

    Returns an object with: `offer` (same fields as a search result, plus `offer_url`),
    `advantages`, `included_added_values`, `non_included_added_values`, `gallery`
    (image URLs), `availabilities` (one entry per check-in date with `date`, `price`,
    `currency`, `nights`, `days`, `departure_city_code`), `availabilities_supported`
    (bool), and `cheapest_price` (lowest available price, or null when none).
    
ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYesThe offer's source type, copied verbatim from the `source` field of a `verychic_search_offers` result. One of 'ORCHESTRA' (a single hotel) or 'ORCHESTRA_TO' (a tour-operator package). Packages have no per-date availability.
external_idYesThe offer's numeric `external_id`, copied from a `verychic_search_offers` result. Identifies the offer together with `source`.

Output Schema

ParametersJSON Schema
NameRequiredDescription
offerYes
galleryYes
advantagesYes
availabilitiesYes
cheapest_priceYes
included_added_valuesYes
availabilities_supportedYes
non_included_added_valuesYes

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare read-only and non-destructive, and description adds rate limit (1 req/s), currency (EUR), language (French), availability window (~5 months), and special behavior for tour-operator packages (availabilities empty but meaning not supported, not sold out). This adds value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured with sections: summary, when to use, behavior, returns. It is concise (about 150 words) and front-loaded with the purpose. Every sentence is informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the output schema not being shown, the description fully documents the return structure. It covers all relevant details including edge case for tour operators. The tool has only 2 simple parameters, and the description addresses all contextual needs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds context: explains that source can be 'ORCHESTRA' or 'ORCHESTRA_TO' and that tour-operator packages have no per-date availability. This enriches the parameter meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets full details plus per-date availability for one specific VeryChic offer. It distinguishes from the sibling 'verychic_search_offers' by specifying that identifiers must come from a search result.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (after search returns an offer) and when not to (does not search). Provides clear prerequisite: must obtain source and external_id from search result first.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verychic_search_offersA
Read-onlyIdempotent
Inspect

Search and filter the current VeryChic offers by destination, country, price, discount, stars, flights, theme, or proximity — with optional sorting.

    When to use: when you already know roughly what the user wants — a place, a country,
    a budget, a minimum discount or star rating, flights vs hotel-only, a theme (e.g.
    pool, spa, romantic, last_minute), or hotels near a point (near_lat/near_lng, with an
    optional radius_km). To inspect one specific offer in depth use
    `verychic_offer_details`. All filters are optional and combine with AND; call it with
    no filter to browse the full current catalogue in catalogue order.

    Behaviour: read-only and anonymous; rate-limited to about 1 request per second.
    Filtering is done client-side over the live catalogue: `destination` is a
    substring (matched on destination or name), `country` is an exact match — both
    ignore case and accents, so 'grece' matches the catalogue's 'Grèce' —
    `max_price`/`min_discount`/`min_stars` are numeric bounds,
    `flights_included` toggles flight-bearing vs hotel-only, and `theme` matches a curated
    label decoded from the catalogue's thematics tags. Use `sort_by` to order results
    (`discount`, `price`, `rating`, `stars`, or `distance`). Prices are in EUR and text is
    in French; there is no pagination. Returns the first `limit` matches after filtering
    and sorting. "Current" means live offers at call time; the catalogue changes over time.

    Returns a list of offer objects (same `source` + `external_id` pair for use with
    `verychic_offer_details`). Each offer also carries `discount` (percent off, may be
    null), `stars` (1-5, may be null), `price_label` (human-readable price unit, e.g.
    "à partir de par pers. pour 3 nuits" vs "par chambre" — read this before comparing
    prices), `price_with_flights` (EUR, null when not applicable), `flights_included`
    (bool), `rating` (hotel grade, often null in the catalogue), and `themes` (curated
    theme labels decoded from the catalogue's thematics tags, e.g. ["pool", "luxury"]).
    An empty list means no offer matched the filters.

    Proximity search: pass `near_lat` and `near_lng` (decimal degrees, together) to
    compute each offer's `distance_km` from that point; add `radius_km` to keep only
    offers within that distance, and/or `sort_by="distance"` for nearest-first.
    `distance_km` is null when no center is given.
    
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matching offers to return (default 20), applied after filtering and sorting. No pagination.
themeNoKeep only offers matching this curated theme, decoded from the catalogue's thematics tags. One of: adults_only, city_break, cruise, island, last_minute, luxury, mountain, nature, pool, romantic, rooftop, spa, sun, villa. Omit to not filter by theme.
countryNoExact country name as spelled in the (French) catalogue, matched ignoring case and accents, e.g. 'France', 'Italie', 'Grece' (finds 'Grèce'). Omit to not filter by country.
sort_byNoSort the results: 'discount' (biggest discount first), 'price' (cheapest first), 'rating' (best-rated first), 'stars' (most stars first), 'distance' (nearest first, requires near_lat/near_lng). Offers missing the sort value are placed last. Omit to keep catalogue order.
near_latNoLatitude of a search center for proximity search, in decimal degrees. Must be given together with near_lng. Omit for no geo search.
near_lngNoLongitude of a search center for proximity search, in decimal degrees. Must be given together with near_lat. Omit for no geo search.
max_priceNoInclusive upper bound on the offer price, in EUR. Offers with no price are excluded when this is set. Omit for no price cap.
min_starsNoKeep only offers with at least this hotel star rating (1-5), parsed from the offer name. Offers with no detectable rating are excluded. Omit to not filter by stars.
radius_kmNoKeep only offers within this many kilometers of the near_lat/near_lng center. Requires near_lat and near_lng. Omit for no radius.
destinationNoSubstring matched against each offer's destination AND name, ignoring case and accents (e.g. 'paris', 'maldives', 'crete' finds 'Crète'). Omit to not filter by destination.
min_discountNoKeep only offers whose discount percentage is at least this value (e.g. 40 for '40% off or more'). Offers with no discount are excluded. Omit for no discount filter.
flights_includedNoFilter on whether flights are part of the offer: true keeps flight-bearing offers, false keeps hotel-only offers. Omit to not filter.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context beyond those: it is anonymous and rate-limited to ~1 req/s, filtering is done client-side over the live catalogue, it explains case/accent-insensitive matching, the meaning of 'current' (live at call time), no pagination, and returns the first `limit` matches. It also details how sorting places missing values last and how proximity affects `distance_km`. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Though lengthy, the description is logically structured with clear section headers ('When to use', 'Behaviour', 'Returns a list...', 'Proximity search'). It is front-loaded with the core purpose and usage conditions, then progressively covers behavior, return fields, and proximity specifics. Every sentence carries information that helps the agent call the tool correctly; nothing is filler or redundant with the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 12 optional parameters, no required fields, and no output schema shown (though one exists), the description covers all critical edge cases: no pagination, sorting behavior for missing values, price unit caveat via `price_label`, null handling for `distance_km`, the meaning of an empty list, and the live, changing nature of the catalogue. It also explains the return object fields and how they map to filtering, ensuring an agent can interpret results correctly. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so every parameter has a baseline description, but the tool description adds meaning that the schema does not: `destination` matches both the destination and name as a substring, `country` is exact match ignoring case/accents, `theme` is decoded from curated thematics tags, `max_price` is an inclusive bound and excludes offers with no price, `min_stars` is parsed from the offer name, `radius_km` requires near_lat/near_lng, and `sort_by='distance'` requires a center. It also warns about `price_label` being crucial before comparing prices. This goes well beyond restating the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb-resource pair: 'Search and filter the current VeryChic offers' followed by a precise list of filter dimensions (destination, country, price, discount, stars, flights, theme, proximity). It explicitly names the sibling `verychic_offer_details` for deep-diving a single offer, so an agent can immediately distinguish the two tools without inspecting schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

A dedicated 'When to use' paragraph spells out the exact conditions under which this tool is appropriate (user has a rough idea of place, budget, discount, etc.) and explicitly directs to `verychic_offer_details` for in-depth single-offer inspection. It also clarifies that all filters are optional and combine with AND, and that calling with no filter browses the full catalogue – leaving no ambiguity about invocation context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedverychic_search_offers2 fields changed
      • changedInput schema / properties / country / description
        Previous value: -"Exact country name, case-insensitive, as spelled in the (French) catalogue, e.g. 'France', 'Italie', 'Grece'. Omit to not filter by country."New value: +"Exact country name as spelled in the (French) catalogue, matched ignoring case and accents, e.g. 'France', 'Italie', 'Grece' (finds 'Grèce'). Omit to not filter by country."
      • changedInput schema / properties / destination / description
        Previous value: -"Case-insensitive substring matched against each offer's destination AND name (e.g. 'paris', 'maldives', 'crete'). Omit to not filter by destination."New value: +"Substring matched against each offer's destination AND name, ignoring case and accents (e.g. 'paris', 'maldives', 'crete' finds 'Crète'). Omit to not filter by destination."
  2. 2 tool updates
    • Removedverychic_list_deals
    • Changedverychic_offer_details2 fields changed
      • changedInput schema / properties / external_id / description
        Previous value: -"The offer's numeric `external_id`, copied from a `verychic_list_deals`/`verychic_search_offers` result. Identifies the offer together with `source`."New value: +"The offer's numeric `external_id`, copied from a `verychic_search_offers` result. Identifies the offer together with `source`."
      • changedInput schema / properties / source / description
        Previous value: -"The offer's source type, copied verbatim from the `source` field of a `verychic_list_deals`/`verychic_search_offers` result. One of 'ORCHESTRA' (a single hotel) or 'ORCHESTRA_TO' (a tour-operator package). Packages have no per-date availability."New value: +"The offer's source type, copied verbatim from the `source` field of a `verychic_search_offers` result. One of 'ORCHESTRA' (a single hotel) or 'ORCHESTRA_TO' (a tour-operator package). Packages have no per-date availability."
  3. 3 tool updates
    • Changedverychic_list_deals8 fields changed
      • addedOutput schema / $defs / OfferOut / properties / distance_km
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Distance Km"
        +}
      • addedOutput schema / $defs / OfferOut / properties / flights_included
        Added value: +{
        +  "title": "Flights Included",
        +  "type": "boolean"
        +}
      • addedOutput schema / $defs / OfferOut / properties / price_label
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Price Label"
        +}
      • addedOutput schema / $defs / OfferOut / properties / price_with_flights
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Price With Flights"
        +}
      • addedOutput schema / $defs / OfferOut / properties / rating
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Rating"
        +}
      • addedOutput schema / $defs / OfferOut / properties / stars
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Stars"
        +}
      • addedOutput schema / $defs / OfferOut / properties / themes
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "title": "Themes",
        +  "type": "array"
        +}
      • changedOutput schema / $defs / OfferOut / required
        Previous value: -[
        -  "source",
        -  "external_id",
        -  "name",
        -  "destination",
        -  "country",
        -  "price",
        -  "currency",
        -  "short_desc",
        -  "discount",
        -  "url_name",
        -  "sales_mode",
        -  "offer_end_date",
        -  "latitude",
        -  "longitude",
        -  "image",
        -  "advantages",
        -  "offer_url"
        -]New value: +[
        +  "source",
        +  "external_id",
        +  "name",
        +  "destination",
        +  "country",
        +  "price",
        +  "currency",
        +  "short_desc",
        +  "discount",
        +  "url_name",
        +  "sales_mode",
        +  "offer_end_date",
        +  "latitude",
        +  "longitude",
        +  "image",
        +  "advantages",
        +  "themes",
        +  "stars",
        +  "price_label",
        +  "price_with_flights",
        +  "flights_included",
        +  "rating",
        +  "distance_km",
        +  "offer_url"
        +]
    • Changedverychic_offer_details8 fields changed
      • addedOutput schema / $defs / OfferOut / properties / distance_km
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Distance Km"
        +}
      • addedOutput schema / $defs / OfferOut / properties / flights_included
        Added value: +{
        +  "title": "Flights Included",
        +  "type": "boolean"
        +}
      • addedOutput schema / $defs / OfferOut / properties / price_label
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Price Label"
        +}
      • addedOutput schema / $defs / OfferOut / properties / price_with_flights
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Price With Flights"
        +}
      • addedOutput schema / $defs / OfferOut / properties / rating
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Rating"
        +}
      • addedOutput schema / $defs / OfferOut / properties / stars
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Stars"
        +}
      • addedOutput schema / $defs / OfferOut / properties / themes
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "title": "Themes",
        +  "type": "array"
        +}
      • changedOutput schema / $defs / OfferOut / required
        Previous value: -[
        -  "source",
        -  "external_id",
        -  "name",
        -  "destination",
        -  "country",
        -  "price",
        -  "currency",
        -  "short_desc",
        -  "discount",
        -  "url_name",
        -  "sales_mode",
        -  "offer_end_date",
        -  "latitude",
        -  "longitude",
        -  "image",
        -  "advantages",
        -  "offer_url"
        -]New value: +[
        +  "source",
        +  "external_id",
        +  "name",
        +  "destination",
        +  "country",
        +  "price",
        +  "currency",
        +  "short_desc",
        +  "discount",
        +  "url_name",
        +  "sales_mode",
        +  "offer_end_date",
        +  "latitude",
        +  "longitude",
        +  "image",
        +  "advantages",
        +  "themes",
        +  "stars",
        +  "price_label",
        +  "price_with_flights",
        +  "flights_included",
        +  "rating",
        +  "distance_km",
        +  "offer_url"
        +]
    • Changedverychic_search_offers17 fields changed
      • addedInput schema / properties / flights_included
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "boolean"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Filter on whether flights are part of the offer: true keeps flight-bearing offers, false keeps hotel-only offers. Omit to not filter.",
        +  "title": "Flights Included"
        +}
      • changedInput schema / properties / limit / description
        Previous value: -"Maximum number of matching offers to return (default 20), applied after filtering. No pagination."New value: +"Maximum number of matching offers to return (default 20), applied after filtering and sorting. No pagination."
      • addedInput schema / properties / min_discount
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Keep only offers whose discount percentage is at least this value (e.g. 40 for '40% off or more'). Offers with no discount are excluded. Omit for no discount filter.",
        +  "title": "Min Discount"
        +}
      • addedInput schema / properties / min_stars
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Keep only offers with at least this hotel star rating (1-5), parsed from the offer name. Offers with no detectable rating are excluded. Omit to not filter by stars.",
        +  "title": "Min Stars"
        +}
      • addedInput schema / properties / near_lat
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Latitude of a search center for proximity search, in decimal degrees. Must be given together with near_lng. Omit for no geo search.",
        +  "title": "Near Lat"
        +}
      • addedInput schema / properties / near_lng
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Longitude of a search center for proximity search, in decimal degrees. Must be given together with near_lat. Omit for no geo search.",
        +  "title": "Near Lng"
        +}
      • addedInput schema / properties / radius_km
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Keep only offers within this many kilometers of the near_lat/near_lng center. Requires near_lat and near_lng. Omit for no radius.",
        +  "title": "Radius Km"
        +}
      • addedInput schema / properties / sort_by
        Added value: +{
        +  "anyOf": [
        +    {
        +      "enum": [
        +        "discount",
        +        "price",
        +        "rating",
        +        "stars",
        +        "distance"
        +      ],
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Sort the results: 'discount' (biggest discount first), 'price' (cheapest first), 'rating' (best-rated first), 'stars' (most stars first), 'distance' (nearest first, requires near_lat/near_lng). Offers missing the sort value are placed last. Omit to keep catalogue order.",
        +  "title": "Sort By"
        +}
      • addedInput schema / properties / theme
        Added value: +{
        +  "anyOf": [
        +    {
        +      "enum": [
        +        "adults_only",
        +        "city_break",
        +        "cruise",
        +        "island",
        +        "last_minute",
        +        "luxury",
        +        "mountain",
        +        "nature",
        +        "pool",
        +        "romantic",
        +        "rooftop",
        +        "spa",
        +        "sun",
        +        "villa"
        +      ],
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Keep only offers matching this curated theme, decoded from the catalogue's thematics tags. One of: adults_only, city_break, cruise, island, last_minute, luxury, mountain, nature, pool, romantic, rooftop, spa, sun, villa. Omit to not filter by theme.",
        +  "title": "Theme"
        +}
      • addedOutput schema / $defs / OfferOut / properties / distance_km
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Distance Km"
        +}
      • addedOutput schema / $defs / OfferOut / properties / flights_included
        Added value: +{
        +  "title": "Flights Included",
        +  "type": "boolean"
        +}
      • addedOutput schema / $defs / OfferOut / properties / price_label
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Price Label"
        +}
      • addedOutput schema / $defs / OfferOut / properties / price_with_flights
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Price With Flights"
        +}
      • addedOutput schema / $defs / OfferOut / properties / rating
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "number"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Rating"
        +}
      • addedOutput schema / $defs / OfferOut / properties / stars
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "title": "Stars"
        +}
      • addedOutput schema / $defs / OfferOut / properties / themes
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "title": "Themes",
        +  "type": "array"
        +}
      • changedOutput schema / $defs / OfferOut / required
        Previous value: -[
        -  "source",
        -  "external_id",
        -  "name",
        -  "destination",
        -  "country",
        -  "price",
        -  "currency",
        -  "short_desc",
        -  "discount",
        -  "url_name",
        -  "sales_mode",
        -  "offer_end_date",
        -  "latitude",
        -  "longitude",
        -  "image",
        -  "advantages",
        -  "offer_url"
        -]New value: +[
        +  "source",
        +  "external_id",
        +  "name",
        +  "destination",
        +  "country",
        +  "price",
        +  "currency",
        +  "short_desc",
        +  "discount",
        +  "url_name",
        +  "sales_mode",
        +  "offer_end_date",
        +  "latitude",
        +  "longitude",
        +  "image",
        +  "advantages",
        +  "themes",
        +  "stars",
        +  "price_label",
        +  "price_with_flights",
        +  "flights_included",
        +  "rating",
        +  "distance_km",
        +  "offer_url"
        +]
  4. 3 tool updates
    • Changedverychic_list_deals4 fields changed
      • addedOutput schema / $defs
        Added value: +{
        +  "OfferOut": {
        +    "properties": {
        +      "advantages": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "title": "Advantages",
        +        "type": "array"
        +      },
        +      "country": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Country"
        +      },
        +      "currency": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Currency"
        +      },
        +      "destination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Destination"
        +      },
        +      "discount": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Discount"
        +      },
        +      "external_id": {
        +        "title": "External Id",
        +        "type": "integer"
        +      },
        +      "image": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Image"
        +      },
        +      "latitude": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Latitude"
        +      },
        +      "longitude": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Longitude"
        +      },
        +      "name": {
        +        "title": "Name",
        +        "type": "string"
        +      },
        +      "offer_end_date": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Offer End Date"
        +      },
        +      "offer_url": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Offer Url"
        +      },
        +      "price": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Price"
        +      },
        +      "sales_mode": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Sales Mode"
        +      },
        +      "short_desc": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Short Desc"
        +      },
        +      "source": {
        +        "title": "Source",
        +        "type": "string"
        +      },
        +      "url_name": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Url Name"
        +      }
        +    },
        +    "required": [
        +      "source",
        +      "external_id",
        +      "name",
        +      "destination",
        +      "country",
        +      "price",
        +      "currency",
        +      "short_desc",
        +      "discount",
        +      "url_name",
        +      "sales_mode",
        +      "offer_end_date",
        +      "latitude",
        +      "longitude",
        +      "image",
        +      "advantages",
        +      "offer_url"
        +    ],
        +    "title": "OfferOut",
        +    "type": "object"
        +  }
        +}
      • addedOutput schema / properties / result / items / $ref
        Added value: +"#/$defs/OfferOut"
      • removedOutput schema / properties / result / items / additionalProperties
        Removed value: -true
      • removedOutput schema / properties / result / items / type
        Removed value: -"object"
    • Changedverychic_offer_details1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$defs": {
        +    "AvailabilityOut": {
        +      "properties": {
        +        "currency": {
        +          "title": "Currency",
        +          "type": "string"
        +        },
        +        "date": {
        +          "title": "Date",
        +          "type": "string"
        +        },
        +        "days": {
        +          "anyOf": [
        +            {
        +              "type": "integer"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Days"
        +        },
        +        "departure_city_code": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Departure City Code"
        +        },
        +        "nights": {
        +          "anyOf": [
        +            {
        +              "type": "integer"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Nights"
        +        },
        +        "price": {
        +          "anyOf": [
        +            {
        +              "type": "integer"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Price"
        +        }
        +      },
        +      "required": [
        +        "date",
        +        "price",
        +        "currency",
        +        "nights",
        +        "days",
        +        "departure_city_code"
        +      ],
        +      "title": "AvailabilityOut",
        +      "type": "object"
        +    },
        +    "OfferOut": {
        +      "properties": {
        +        "advantages": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "title": "Advantages",
        +          "type": "array"
        +        },
        +        "country": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Country"
        +        },
        +        "currency": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Currency"
        +        },
        +        "destination": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Destination"
        +        },
        +        "discount": {
        +          "anyOf": [
        +            {
        +              "type": "number"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Discount"
        +        },
        +        "external_id": {
        +          "title": "External Id",
        +          "type": "integer"
        +        },
        +        "image": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Image"
        +        },
        +        "latitude": {
        +          "anyOf": [
        +            {
        +              "type": "number"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Latitude"
        +        },
        +        "longitude": {
        +          "anyOf": [
        +            {
        +              "type": "number"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Longitude"
        +        },
        +        "name": {
        +          "title": "Name",
        +          "type": "string"
        +        },
        +        "offer_end_date": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Offer End Date"
        +        },
        +        "offer_url": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Offer Url"
        +        },
        +        "price": {
        +          "anyOf": [
        +            {
        +              "type": "number"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Price"
        +        },
        +        "sales_mode": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Sales Mode"
        +        },
        +        "short_desc": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Short Desc"
        +        },
        +        "source": {
        +          "title": "Source",
        +          "type": "string"
        +        },
        +        "url_name": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ],
        +          "title": "Url Name"
        +        }
        +      },
        +      "required": [
        +        "source",
        +        "external_id",
        +        "name",
        +        "destination",
        +        "country",
        +        "price",
        +        "currency",
        +        "short_desc",
        +        "discount",
        +        "url_name",
        +        "sales_mode",
        +        "offer_end_date",
        +        "latitude",
        +        "longitude",
        +        "image",
        +        "advantages",
        +        "offer_url"
        +      ],
        +      "title": "OfferOut",
        +      "type": "object"
        +    }
        +  },
        +  "properties": {
        +    "advantages": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "title": "Advantages",
        +      "type": "array"
        +    },
        +    "availabilities": {
        +      "items": {
        +        "$ref": "#/$defs/AvailabilityOut"
        +      },
        +      "title": "Availabilities",
        +      "type": "array"
        +    },
        +    "availabilities_supported": {
        +      "title": "Availabilities Supported",
        +      "type": "boolean"
        +    },
        +    "cheapest_price": {
        +      "anyOf": [
        +        {
        +          "type": "integer"
        +        },
        +        {
        +          "type": "null"
        +        }
        +      ],
        +      "title": "Cheapest Price"
        +    },
        +    "gallery": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "title": "Gallery",
        +      "type": "array"
        +    },
        +    "included_added_values": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "title": "Included Added Values",
        +      "type": "array"
        +    },
        +    "non_included_added_values": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "title": "Non Included Added Values",
        +      "type": "array"
        +    },
        +    "offer": {
        +      "$ref": "#/$defs/OfferOut"
        +    }
        +  },
        +  "required": [
        +    "offer",
        +    "advantages",
        +    "included_added_values",
        +    "non_included_added_values",
        +    "gallery",
        +    "availabilities",
        +    "availabilities_supported",
        +    "cheapest_price"
        +  ],
        +  "title": "OfferDetailsOut",
        +  "type": "object"
        +}
    • Changedverychic_search_offers4 fields changed
      • addedOutput schema / $defs
        Added value: +{
        +  "OfferOut": {
        +    "properties": {
        +      "advantages": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "title": "Advantages",
        +        "type": "array"
        +      },
        +      "country": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Country"
        +      },
        +      "currency": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Currency"
        +      },
        +      "destination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Destination"
        +      },
        +      "discount": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Discount"
        +      },
        +      "external_id": {
        +        "title": "External Id",
        +        "type": "integer"
        +      },
        +      "image": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Image"
        +      },
        +      "latitude": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Latitude"
        +      },
        +      "longitude": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Longitude"
        +      },
        +      "name": {
        +        "title": "Name",
        +        "type": "string"
        +      },
        +      "offer_end_date": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Offer End Date"
        +      },
        +      "offer_url": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Offer Url"
        +      },
        +      "price": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Price"
        +      },
        +      "sales_mode": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Sales Mode"
        +      },
        +      "short_desc": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Short Desc"
        +      },
        +      "source": {
        +        "title": "Source",
        +        "type": "string"
        +      },
        +      "url_name": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "title": "Url Name"
        +      }
        +    },
        +    "required": [
        +      "source",
        +      "external_id",
        +      "name",
        +      "destination",
        +      "country",
        +      "price",
        +      "currency",
        +      "short_desc",
        +      "discount",
        +      "url_name",
        +      "sales_mode",
        +      "offer_end_date",
        +      "latitude",
        +      "longitude",
        +      "image",
        +      "advantages",
        +      "offer_url"
        +    ],
        +    "title": "OfferOut",
        +    "type": "object"
        +  }
        +}
      • addedOutput schema / properties / result / items / $ref
        Added value: +"#/$defs/OfferOut"
      • removedOutput schema / properties / result / items / additionalProperties
        Removed value: -true
      • removedOutput schema / properties / result / items / type
        Removed value: -"object"
  5. 3 tool updates
    • Changedverychic_list_deals1 field changed
      • addedInput schema / properties / limit / description
        Added value: +"Maximum number of offers to return (default 20). Caps the result size only; there is no pagination or cursor, so this always returns the first N offers of the live catalogue."
    • Changedverychic_offer_details2 fields changed
      • addedInput schema / properties / external_id / description
        Added value: +"The offer's numeric `external_id`, copied from a `verychic_list_deals`/`verychic_search_offers` result. Identifies the offer together with `source`."
      • addedInput schema / properties / source / description
        Added value: +"The offer's source type, copied verbatim from the `source` field of a `verychic_list_deals`/`verychic_search_offers` result. One of 'ORCHESTRA' (a single hotel) or 'ORCHESTRA_TO' (a tour-operator package). Packages have no per-date availability."
    • Changedverychic_search_offers4 fields changed
      • addedInput schema / properties / country / description
        Added value: +"Exact country name, case-insensitive, as spelled in the (French) catalogue, e.g. 'France', 'Italie', 'Grece'. Omit to not filter by country."
      • addedInput schema / properties / destination / description
        Added value: +"Case-insensitive substring matched against each offer's destination AND name (e.g. 'paris', 'maldives', 'crete'). Omit to not filter by destination."
      • addedInput schema / properties / limit / description
        Added value: +"Maximum number of matching offers to return (default 20), applied after filtering. No pagination."
      • addedInput schema / properties / max_price / description
        Added value: +"Inclusive upper bound on the offer price, in EUR. Offers with no price are excluded when this is set. Omit for no price cap."
  6. 3 tool updates
    • First observedverychic_list_deals
    • First observedverychic_offer_details
    • First observedverychic_search_offers

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.