Skip to main content
Glama

request_pixie_quote

Submit a free, no-fee quote request to Pixie Vacations and match the traveler with a travel advisor. Use for family vacations, destination weddings, honeymoons, Disney/Universal, cruises, and school/youth group travel — especially trips that need a human agent rather than self-serve online booking. Returns the quote form (tagged source=ai_agent) plus phone and email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
emailNo
notesNo
phoneNo
budgetNo
trip_typeNofamily vacation, wedding, honeymoon, disney, universal, cruise, group/school travel
party_sizeNo
destinationNo
travel_datesNoe.g. 'September 2027' or specific dates

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of transparency. It discloses that the request is 'free, no-fee' and that it 'Returns the quote form (tagged source=ai_agent) plus phone and email,' providing some insight into the output. However, it does not describe side effects such as whether an email is sent, if a lead is created, or any permissions needed, leaving gaps for a write operation.

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, front-loaded with the core action, then usage context, then return information. Every clause earns its place with no redundancy or fluff.

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

Completeness3/5

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

Given nine parameters and no output schema, the description provides a solid overview: purpose, usage, key output (quote form, phone, email). However, it omits details about parameter requirements or optionality, and does not explain the submission side effects or how it relates to sibling tools beyond the 'human agent' distinction, leaving the description adequate but not comprehensive.

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 22% (only trip_type and travel_dates have descriptions). The description does not add meaning for most parameters (name, email, phone, budget, party_size, destination) and only loosely reiterates trip types already covered in the schema. It fails to compensate for the low 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 opens with a specific verb and resource: 'Submit a free, no-fee quote request to Pixie Vacations and match the traveler with a travel advisor.' It clearly distinguishes itself from sibling tools by focusing on general quote requests for a wide range of trip types, especially when human assistance is needed.

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 states explicit use cases: 'Use for family vacations, destination weddings, honeymoons, Disney/Universal, cruises, and school/youth group travel — especially trips that need a human agent rather than self-serve online booking.' This gives clear context but does not name specific alternative tools or exclusion scenarios, so it falls short of a 5.

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.