Skip to main content
Glama
viraildev

virail-mcp

Official
by viraildev

Search Virail transport

search_transport

Find real train, bus, flight, ferry, and carpool connections between two locations on a chosen date. Get live prices, schedules, and booking links from Virail.

Instructions

Search real train, bus, flight, ferry, and carpool connections between two places on a date via Virail. Returns real prices, schedules, and booking links — never invent this data yourself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tldNoVirail market/TLD, e.g. com, it, fr, de, es (default com)
dateYesTravel date, YYYY-MM-DD
adultsNoNumber of adult passengers, default 1
localeNoResponse language, e.g. en, it, fr (default en)
arrivalYesDestination city or station name
currencyNoPrice currency, e.g. EUR, USD (default EUR)
departureYesOrigin city or station name
Install Server

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and does a solid job: it states the tool returns real, non-fabricated data sourced from Virail, including prices, schedules, and booking links. It does not mention rate limits or error behavior, but for a search operation this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler. It front-loads the main action and source, then gives the return-value summary and a critical caution, all in an economical structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description does explain the return values at a high level: real prices, schedules, and booking links. Required arguments are implied by 'between two places on a date,' and the schema covers all parameters. It is complete enough for tool selection and invocation, though it could mention edge cases like empty results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes all 7 parameters at 100% coverage, so the description needs no additional parameter details. It reinforces that 'departure' and 'arrival' are two places and 'date' is the travel date, but adds no new semantic beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Search'), a specific resource ('real train, bus, flight, ferry, and carpool connections between two places on a date via Virail'), and the return type ('real prices, schedules, and booking links'). Even without sibling tools, an agent can unambiguously understand what this tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use this tool to get real transport data and 'never invent this data yourself,' which is a clear directive for when the agent should invoke it rather than hallucinate. It lacks explicit exclusion criteria, but with no sibling tools the usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/viraildev/virail-mcp'

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