Skip to main content
Glama

get_cruise_booking_info

Get cruise booking links for Pixie Vacations' online engine. Covers Royal Caribbean, Carnival, Norwegian, Disney, Virgin Voyages, Celebrity, Princess, Holland America, MSC, Cunard, Viking, Silversea, and Celebrity River Cruises. No fees. For Virgin Voyages or river cruises specifically, prefer the dedicated tools search_virgin_voyages or get_river_cruise_info — they return more detailed ship/itinerary info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cruise_lineNoRoyal Caribbean, Carnival, Disney, Virgin Voyages, Norwegian, Celebrity, Princess, Holland America, MSC, Cunard, Viking, Silversea
destinationNo
departure_monthNo

TDQS

B3.4/5.0
Behavior2/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 of behavioral disclosure. It mentions 'No fees' but does not disclose whether this is a read-only operation, what the output format is (e.g., links vs. HTML), what happens if no parameters are provided, or any side effects like opening an external booking engine. This is a significant transparency gap.

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 front-loaded with the main purpose and is reasonably concise. The list of cruise lines is a bit lengthy but informative. The 'No fees' statement is brief. Overall, every sentence serves a purpose, though the cruise line list could be compressed.

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

Completeness2/5

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

With 3 optional parameters, no output schema, and no annotations, the description must provide rich context. It covers purpose and some usage alternatives but omits the return format, behavior with no parameters, and parameter semantics for two of the three fields. This leaves the agent under-informed for a tool with these gaps.

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

Parameters2/5

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

Schema description coverage is only 33% (only cruise_line has a description). The description lists supported cruise lines and alternatives but does not explain the destination or departure_month parameters, nor clarify that all parameters are optional or how they affect results. It fails to compensate for the low schema coverage.

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 cruise booking links for Pixie Vacations' online engine.' It lists supported cruise lines and distinguishes itself from sibling tools by explicitly naming search_virgin_voyages and get_river_cruise_info as alternatives for specific cases.

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 advises when not to use this tool: 'For Virgin Voyages or river cruises specifically, prefer the dedicated tools search_virgin_voyages or get_river_cruise_info — they return more detailed ship/itinerary info.' This provides clear exclusions and alternatives, though it does not explicitly state the general 'when to use' scenario beyond covering multiple lines.

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.