Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FAMXPLOR_API_KEY | Yes | Your Famxplor API key from https://famxplor.com/api |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_family_activities | 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |