Skip to main content
Glama
chrischall

OurFamilyWizard MCP

by chrischall

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OFW_PASSWORDNoYour OurFamilyWizard password (required for env-var auth path).
OFW_USERNAMENoYour OurFamilyWizard account email (required for env-var auth path).
OFW_WRITE_MODENoWrite protection level: 'none', 'drafts', or 'all'. Default is 'all'.all
OFW_CACHE_IDENTITYNoOptional label to separate caches when using multiple OFW accounts with fetchproxy.
OFW_DISABLE_FETCHPROXYNoSet to '1' to disable fetchproxy fallback; missing credentials become a hard error.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
gyg_search_toursA

Search GetYourGuide tours and activities. Filter by free text (or "iata:" for airports), location ID, category ID, and date range; sort by popularity, price, or rating. Returns slim summaries by default; pass view:"full" for the whole records.

gyg_get_tourA

Get the full GetYourGuide record for one tour/activity by its numeric ID. Image URLs are stripped by default; pass view:"full" to keep them.

gyg_get_tour_optionsB

List the bookable options of a tour (ticket types, times, languages offered), optionally within a date range.

gyg_get_tour_availabilityA

Get booking availability for a tour: bookable participant categories, addons, and the list of available dates (with participant ranges). Lighter than gyg_get_tour_options when you only need "when can I go".

gyg_get_tour_reviewsA

List customer reviews for a tour (rating outline plus individual review items).

gyg_list_categoriesA

List GetYourGuide activity categories (use the IDs to filter tour searches).

gyg_list_category_toursB

List tours in one GetYourGuide category.

gyg_get_locationA

Get details for a GetYourGuide location (city, POI, or region) by its numeric ID.

gyg_list_location_toursA

List tours available at one GetYourGuide location (city, POI, or region).

gyg_healthcheckA

Resolves the credential the way real tools do, then makes one authenticated request to api.getyourguide.com. Reports which source supplied the credential, whether api.getyourguide.com accepted it, the round-trip time, and a plain-English hint distinguishing 'no credential' from 'credential rejected' from 'a api.getyourguide.com-side problem'. Read-only; never returns the credential itself. Call this when a real tool fails and you want to know which hop broke.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct operation: search, fetch details, options, availability, reviews, categories, locations, and healthcheck. Even the two availability-related tools are clearly separated by descriptions (options vs. bookable dates).

Naming Consistency4/5

All tools share the gyg_ prefix and mostly follow a verb_noun pattern (search_tours, get_tour, list_categories). The only outlier is gyg_healthcheck, which breaks the verb_noun convention but is still recognizable as a utility.

Tool Count5/5

Ten tools is well-scoped for a tour discovery API: search, retrieval, options, availability, reviews, categories, and locations are all covered without redundancy. The healthcheck utility is a sensible addition rather than clutter.

Completeness5/5

The tool set comprehensively covers the read-only GetYourGuide domain: searching, navigating by category/location, retrieving full tour data, options, availability, and reviews. There are no obvious dead ends for an agent trying to explore or compare tours.

Maintenance

ActivityActive
ResponsivenessResponsive