Skip to main content
Glama
trendbender

Italy Transfers

by trendbender

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct query: cheapest day, route details, list all routes, and search transport options. No overlap in purpose.

Naming Consistency5/5

All tools consistently use snake_case with verb_noun pattern (get, list, search). Naming is predictable and clear.

Tool Count5/5

4 tools cover the core informational needs for Italian transport without being too few or too many. Well-scoped for the server's purpose.

Completeness5/5

The set covers listing routes, route details, search with date, and cheapest day analysis. No obvious gaps for an informational transport server.

Maintenance

ActivityInactive
ResponsivenessNo issues