Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLIGHT_API_KEYYesAPI key for flight data provider (e.g., Amadeus, Skyscanner, or similar)
BOOKING_API_KEYYesAPI key for accommodation service (e.g., Booking.com, Airbnb, or similar)
WEATHER_API_KEYYesAPI key for weather service (e.g., OpenWeatherMap, WeatherAPI, or similar)
EXCHANGE_API_KEYYesAPI key for currency exchange service (e.g., Fixer.io, ExchangeRate-API, or similar)
GOOGLE_PLACES_API_KEYYesAPI key for Google Places API for attractions and restaurant recommendations

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_flightsC

Search for flight prices and schedules

search_accommodationC

Search for hotels and accommodations

get_exchange_rateB

Get current currency exchange rates

get_weather_forecastB

Get weather forecast for travel dates

calculate_trip_budgetB

Calculate total estimated budget for a trip

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct aspect of travel planning: budget, exchange rates, weather, accommodation, and flights. There is no overlap in purpose, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., calculate_trip_budget, search_flights), with the verb describing the action and the noun the entity, ensuring predictability.

Tool Count5/5

With 5 tools, the server is well-scoped for a travel planning assistant, covering the essential tasks without being too sparse or overwhelming.

Completeness4/5

The set covers core travel planning needs (budget, exchange, weather, flights, accommodation), leaving only minor gaps such as destination information or itinerary management, which agents can work around.

Maintenance

ActivityInactive
ResponsivenessNo issues