Skip to main content
Glama
alt250

Famxplor Family Travel Activities

by alt250

famxplor-family-travel-mcp-server

The first MCP server dedicated to families who travel with their kids. Find activities tested by families worldwide from Famxplor

Free to use

Famxplor MCP server is free for personal use, like the family activities world map of Famxplor. For commercial use, see the Famxplor API page.

Related MCP server: aloha-fyi-hawaii

API Key

Local use and development require an API key, see Famxplor Family Travel API to get one.

Development

Setup environment:

uv sync

Run the server with:

FAMXPLOR_API_KEY="<your Famxplor API key>" uv run server.py

Available Tools

1 tool
search_family_activitiesB
Retrieves family activities that are geographically close to the specified location.

Args:
    latitude (float): Latitude of the location.
    longitude (float): Longitude of the location.
    max_dist (float): Maximum distance from the provided coordinates in meters.
    user_query (str): The precise user's query for which activities are being searched. Used to return relevant activities.

Returns:
    str: A formatted string containing the information of the family activities. Each activity has a title, more info URL, image URL, and location.
ParametersJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
max_distYes
user_queryYes

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions the tool retrieves activities based on location and a user query, but lacks details on permissions, rate limits, error handling, or what happens if no activities are found. For a retrieval tool with zero annotation coverage, this leaves significant behavioral gaps.

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?

The description is well-structured and front-loaded with the core purpose, followed by clear sections for arguments and returns. Each sentence adds value: the first explains the tool's function, and the subsequent lines detail parameters and output without redundancy. It's appropriately sized for the complexity.

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

Completeness3/5

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

Given the tool's moderate complexity (4 parameters, no annotations, no output schema), the description is partially complete. It covers the purpose and parameters well, but lacks behavioral details like error handling or output format specifics beyond a brief mention. Without annotations or output schema, more context would improve completeness.

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?

The description adds substantial meaning beyond the input schema, which has 0% description coverage. It explains all four parameters: latitude and longitude specify the location, max_dist defines the search radius in meters, and user_query is the precise query for relevance. This fully compensates for the schema's lack of descriptions.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Retrieves family activities that are geographically close to the specified location.' It uses specific verbs ('retrieves') and resources ('family activities'), and defines the geographic scope. However, with no sibling tools mentioned, there's no opportunity to differentiate from alternatives, preventing a perfect score.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, prerequisites, or exclusions. It only states what the tool does, without context for its application. With no sibling tools, it could implicitly suggest this is the only option, but explicit usage scenarios are missing.

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
    • First observedsearch_family_activities

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

A single tool inherently has perfect naming consistency. The tool name 'search_family_activities' follows a clear verb_noun pattern, which would be consistent if more tools existed.

Tool Count2/5

One tool is too few for a server focused on family travel activities, as it severely limits functionality. A typical server in this domain would need tools for filtering, booking, reviews, or managing itineraries to be useful.

Completeness2/5

The tool surface is severely incomplete for family travel activities. While search is a core function, there are obvious gaps such as no tools for booking activities, viewing details, saving favorites, or managing user profiles, which are essential for this domain.

Maintenance

ActivityStale
ResponsivenessResponsive

Related MCP Connectors

Related MCP Servers