Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_italy_transportA

Search for transport options between two Italian cities.

Args: from_city: Origin city slug (e.g. 'rome', 'milan', 'florence', 'venice', 'naples', 'bologna') to_city: Destination city slug (e.g. 'rome', 'milan', 'florence', 'venice', 'naples', 'bologna') date: Optional travel date in YYYY-MM-DD format

Returns: JSON with transport options, prices, and operators

list_italy_routesA

List all available transport routes between Italian cities.

Returns: JSON list of routes with cheapest prices and number of offers

get_cheapest_travel_dayA

Find the cheapest day of the week to travel between two Italian cities.

Args: from_city: Origin city slug (e.g. 'rome', 'milan', 'florence') to_city: Destination city slug (e.g. 'rome', 'milan', 'florence')

Returns: Day-by-day price breakdown showing the cheapest day to travel

get_route_infoB

Get detailed information about a transport route between two Italian cities, including available transport modes, price ranges, and travel times.

Args: from_city: Origin city slug (e.g. 'rome', 'milan', 'florence', 'venice', 'naples') to_city: Destination city slug

Returns: Detailed route information

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/trendbender/italy-transfer'

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