Skip to main content
Glama
alt250

Famxplor Family Travel Activities

by alt250

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FAMXPLOR_API_KEYYesYour Famxplor API key from https://famxplor.com/api

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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