Skip to main content
Glama

ski-france.com Agent Search

Server Details

Ski apartment search with one- or two-week prices, availability, destinations and ski passes.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 10 of 10 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: separate tools for different entity details (accommodation, ski area, resort), distinct search vs. list operations, and specialized tools for ski pass prices and search vocabulary. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_accommodation_detail, list_ski_areas, search_apartments). Verbs are appropriately chosen (get, list, search, resolve), and there are no mixed conventions.

Tool Count5/5

With 10 tools covering destination discovery, accommodation details, apartment search, pricing, and search utilities, the count is well-scoped for a ski accommodation search domain. No unnecessary tools or missing essentials.

Completeness5/5

The tool set covers the full user journey: vocabulary setup (get_search_options), keyword resolution (resolve_search_keywords), destination lists (list_ski_areas/resorts), accommodation lists (list_accommodations), detailed info (get_*_detail), apartment search with pricing (search_apartments), and ski pass pricing (get_ski_pass_prices). No obvious gaps for an information/query-focused server.

Available Tools

10 tools
get_accommodation_detailGet accommodation detail
Read-onlyIdempotent
Inspect

Return accommodation-level context, apartment list, images, detail information and weekly availability for one public accommodation. Use this after search results to inspect all apartments belonging to one accommodation and to explain location, descriptions and detail notes. For price and bookability comparison for a specific week, prefer search_apartments with weekId.

ParametersJSON Schema
NameRequiredDescriptionDefault
accommodationIdYesAccommodation id from search results or list_accommodations.
get_search_optionsGet search options
Read-onlyIdempotent
Inspect

Return the current structured search vocabulary before building a search: arrival weeks, one- or two-week durations, amenities, advanced apartment filters, price sorting, entity types and supported language subdomains. Use this first when you need valid parameter values.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_ski_area_detailGet ski area detail
Read-onlyIdempotent
Inspect

Return public ski area information, facts, images, ski maps and related ski resorts. Use this for destination context and recommendations, not for apartment prices or availability; use search_apartments for live week-specific accommodation results.

ParametersJSON Schema
NameRequiredDescriptionDefault
skiAreaIdYesSki area id from list_ski_areas.
get_ski_pass_pricesGet ski pass prices
Read-onlyIdempotent
Inspect

Return ski pass weeks, durations and price tables with listPrice, discount and discountedPrice. Restrict by skiAreaId, skiResortId or accommodationId for destination-specific ski pass discovery. A global request without destination scope must provide weekId to avoid an overly broad price matrix. Omit durationDays to discover available durations with prices.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, starting at 1.
limitNoResults per page. Maximum is 50.
weekIdNoOptional fixed weekly winter arrival date id. Required when no skiAreaId, skiResortId or accommodationId is provided. Omit it only for destination-scoped ski pass discovery.
skiAreaIdNoOptional ski area id from list_ski_areas.
skiResortIdNoOptional ski resort id from list_ski_resorts.
durationDaysNoOptional ski pass duration in days. Omit it to return all available durations with prices. Default website duration is 6 days.
accommodationIdNoOptional accommodation id from search_apartments, list_accommodations or get_accommodation_detail. Uses the accommodation ski resort.
get_ski_resort_detailGet ski resort detail
Read-onlyIdempotent
Inspect

Return public ski resort information, location, facts, images and ski maps. Use this for explaining and comparing destinations, not for apartment prices or availability; use search_apartments for live week-specific accommodation results.

ParametersJSON Schema
NameRequiredDescriptionDefault
skiResortIdYesSki resort id from list_ski_resorts.
list_accommodationsList accommodations
Read-onlyIdempotent
Inspect

List public accommodations for catalogue discovery, optionally filtered by ski area, ski resort or district ids from the destination tools. This list intentionally has no prices, availability or bookability. Use search_apartments with weekId for price and availability comparison, and get_accommodation_detail after a result for accommodation context.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, starting at 1.
limitNoResults per page. Maximum is 200.
skiAreaIdNoOptional ski area id from list_ski_areas.
districtIdNoOptional district id from accommodation or search-scope data.
skiResortIdNoOptional ski resort id from list_ski_resorts.
list_ski_areasList ski areas
Read-onlyIdempotent
Inspect

List public ski areas in France for destination discovery and comparison. A ski area groups one or more ski resorts and can be used as a destination scope for apartment search. Parent regions only bundle ski areas and do not have a separate detail endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_ski_resortsList ski resorts
Read-onlyIdempotent
Inspect

List public ski resorts in France for destination discovery, optionally filtered by ski area id. A ski resort is the local destination or village/resort used for accommodation search scopes and resort detail pages.

ParametersJSON Schema
NameRequiredDescriptionDefault
skiAreaIdNoOptional ski area id from list_ski_areas.
resolve_search_keywordsResolve search keywords
Read-onlyIdempotent
Inspect

Resolve a user phrase into concrete search-scope candidates such as parent regions, ski areas, ski resorts, districts or accommodations. Use the returned entityType and entityId in search_apartments when you want to restrict a later apartment search to a precise destination or accommodation. Broad searches can skip this and use keywords directly. Parent-region scopes are only for restricting searches, not for destination detail lookup.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch phrase to resolve into possible destination or accommodation scopes, for example "Val Thorens", "3 Vallees" or an accommodation name.
search_apartmentsSearch ski apartments
Read-onlyIdempotent
Inspect

Main apartment-level search for winter ski accommodation in French ski areas and ski resorts. Results are apartments, not whole accommodations. Put destination, ski area, ski resort or accommodation names into keywords. Use structured parameters for amenities, rooms, living space, slope distance, ski area size, parent areas, accommodation category, chalet type, pets and price sorting. Put the traveller count into partySize, not keywords. Use weekId and durationWeeks for one- or two-week price, availability, bookability and special-discount data.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoResult page, starting at 1.
petsNoPet policy.
areasNoParent-area values from get_search_options.
weekIdNoFixed weekly winter arrival date id from get_search_options. Required for week-specific price, availability, bookabilityStatus and special-discount comparison.
entityIdNoOptional precise search-scope entity id from resolve_search_keywords. Use together with entityType.
keywordsNoNatural-language destination or accommodation keywords, for example a ski resort, ski area, accommodation name or free text. Use the structured filter parameters for amenities and property requirements.
amenitiesNoAmenity values from get_search_options.
partySizeNoTraveller count. Results are restricted to apartments whose capacity is at least this party size within the matching website occupancy bucket.
priceSortNoResult sorting. Status remains the primary order, followed by price and party-size category.default
entityTypeNoOptional precise search-scope entity type from resolve_search_keywords. Use together with entityId to restrict results to a resolved parent region, ski area, ski resort, district or accommodation.
minBedroomsNoMinimum number of bedrooms. Value 8 means 8 or more.
minBathroomsNoMinimum number of bathrooms. Value 8 means 8 or more.
skiAreaSizesNoSki-area size categories from get_search_options.
durationWeeksNoStay duration in weeks. Two weeks requires weekId.
minSquareMetersNoMinimum living space in square metres.
accommodationTypeNoOptional accommodation type.
accommodationCategoriesNoPremium and luxury accommodation categories from get_search_options.
maxDistanceToSlopeMetersNoMaximum distance to piste, lift or gondola in metres.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources