Skip to main content
Glama

Famxplor Family Travel Activities

by alt250

search_family_activities

Discover nearby family-friendly activities by searching based on location, distance, and preferences. Retrieve activity details, including titles, URLs, images, and addresses.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
latYes
lonYes
max_distYes
user_queryYes

Input Schema (JSON Schema)

{ "properties": { "lat": { "title": "Lat", "type": "number" }, "lon": { "title": "Lon", "type": "number" }, "max_dist": { "title": "Max Dist", "type": "number" }, "user_query": { "title": "User Query", "type": "string" } }, "required": [ "lat", "lon", "max_dist", "user_query" ], "title": "search_family_activitiesArguments", "type": "object" }

Other Tools from Famxplor Family Travel Activities

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/alt250/famxplor-family-travel-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server