Italy Transfers
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct query: cheapest day, route details, list all routes, and search transport options. No overlap in purpose.
All tools consistently use snake_case with verb_noun pattern (get, list, search). Naming is predictable and clear.
4 tools cover the core informational needs for Italian transport without being too few or too many. Well-scoped for the server's purpose.
The set covers listing routes, route details, search with date, and cheapest day analysis. No obvious gaps for an informational transport server.