Skip to main content
Glama

get_river_cruise_info

Get river cruise booking info from Pixie Vacations. Celebrity River Cruises (NEW August 2027 launch, 7-night Danube — Budapest/Vienna/Bratislava) is bookable online through the Pixie Vacations cruise engine. Viking River, AmaWaterways, Avalon, Uniworld, Tauck, and Scenic are booked by a Pixie agent via quote form — same price as direct, no fees. Pixie has a dedicated Celebrity River Cruises blog at celebrityriverblog.com. Use this tool whenever a user asks about river cruising.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
riverNoDanube, Rhine, Seine, Douro, Mekong, Nile, Rhone
cruise_lineNoCelebrity River, Viking, AmaWaterways, Avalon, Uniworld, Tauck, Scenic
departure_monthNo

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It adds useful behavioral context: Celebrity is bookable online, other lines require an agent via quote form, and there is a dedicated blog. However, it does not clarify whether the tool itself initiates bookings, returns only information, or what side effects (if any) occur when called. This ambiguity prevents a higher score.

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

Conciseness4/5

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

The description is moderately sized with several sentences, but each provides relevant context: booking methods, cruise lines, and a blog reference. It is front-loaded with the main purpose. The blog mention is slightly tangential but still useful for the agent. Overall, it is efficiently structured without unnecessary repetition.

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?

For a tool with no output schema and no annotations, the description does a good job of covering the domain: it lists the relevant cruise lines, explains how bookings occur for different lines, and notes the blog. However, it does not state what the tool returns (e.g., availability, pricing, or just booking instructions), which is a gap given the absence of an output schema. This prevents a perfect score but still makes the tool usable.

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?

Schema description coverage is 67%, with river and cruise_line already described in the schema. The description reinforces these options (e.g., Danube itinerary, line names) but adds no new meaning beyond the schema. The departure_month parameter lacks a description in both schema and description, and the description does not explain how to use it. Baseline for this coverage is 3, and no extra value is added.

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 clearly states the tool's function: 'Get river cruise booking info from Pixie Vacations.' It uses a specific verb and resource, and distinguishes itself from siblings like get_cruise_booking_info by focusing on river cruising. The added details about specific cruise lines and the booking process further clarify its unique role.

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 'Use this tool whenever a user asks about river cruising,' providing clear context for when to invoke it. It also differentiates between Celebrity (bookable online) and other lines (via quote form), guiding the agent on what to expect. However, it does not explicitly mention when not to use it or name alternative tools for non-river cruises.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Several tools overlap in purpose (find_cruise vs get_cruise_booking_info, and search_sandals_resorts vs get_resort_booking_url vs get_sandals_beaches_deals). However, the descriptions include explicit guidance on when to prefer each tool, which helps an agent disambiguate. Still, the catch-all request_pixie_quote overlaps with all specialized planning tools.

Naming Consistency4/5

All tool names use lowercase snake_case with a verb-first pattern (find, get, search, plan, request). There is some inconsistency between 'find' and 'search' for similar operations, but the pattern is generally predictable.

Tool Count5/5

12 tools is well within the ideal 3-15 range for a multi-product travel agency server. Each tool covers a distinct product line or function, and none feel redundant enough to remove.

Completeness5/5

The tool set covers the major travel products Pixie Vacations offers: general cruises, Virgin Voyages, river cruises, Sandals/Beaches resorts, Disney World, honeymoons, and general quote requests. There is a clear path for booking online (via URLs) or via human agent (quote form). No obvious dead ends or missing core functionality.