Skip to main content
Glama

Holiday packages (bus/flight + hotel) — destinations & dates

holiday_packages
Read-onlyIdempotent

Our NON-charter holiday packages from Tirana (flight+hotel or bus+hotel: Corfu, Parga, Crete, Malta, Barcelona, Mallorca, Rimini…): which destinations are on sale right now, their validated upcoming departure dates, an INDICATIVE "from €X per person" price and the booking page link. The exact price depends on hotel/room/party and is computed live on the package page (link) — never present price_from as a bookable quote. For Turkey/Egypt beach charters (Antalya, Bodrum…) use the charter_* tools instead. Cached/validated data only, no live call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toNoOnly departures on/before this date (YYYY-MM-DD).
date_fromNoOnly departures on/after this date (YYYY-MM-DD).
destinationNoPackage destination key from the no-argument listing (e.g. 'korfuz', 'barcelona', 'kreta'). Omit to list every destination.

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, and the description adds valuable behavior beyond that: it is cached/validated data with no live call, the price is INDICATIVE and must never be presented as a bookable quote, and the exact price is computed live on the package page. No contradiction with annotations.

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 compact and front-loaded with scope ('NON-charter holiday packages from Tirana'), then moves through destinations, dates, pricing caveat, charter routing, and cached nature. The destination list is slightly long but serves disambiguation. Every sentence contributes, so only minor verbosity keeps it from a 5.

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

Completeness5/5

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

For a read-only, cached listing tool with no output schema, the description fully conveys what will be returned: on-sale destinations, validated departure dates, indicative price, and booking link. It also communicates the critical price caveat and the no-live-call behavior. Combined with annotations and full schema coverage, an agent has what it needs to invoke and interpret this tool correctly.

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 input-schema covers all parameters with descriptions (100% coverage), including the YYYY-MM-DD pattern for date_to. The description reinforces 'departure dates' and 'validated upcoming departures,' but it does not add new parameter syntax or semantics beyond what the schema already provides. This was the correct baseline.

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 verb+resource: it lists NON-charter holiday packages from Tirana (flight+hotel or bus+hotel), including on-sale destinations, validated departure dates, indicative price, and booking link. The word NON-charter and the explicit charter_* mention distinguish it from its main sibling group, making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly redirects: 'For Turkey/Egypt beach charters (Antalya, Bodrum…) use the charter_* tools instead.' It also frames the scope as NON-charter packages, and the cached/no-live-call statement sets expectations for when it is appropriate. The primary alternative tool group is named directly, so an agent can route correctly.

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

A4.4/5.0
Disambiguation4/5

Most tools have clearly distinct roles, and the charter_* family is carefully delineated (cheapest by destination, cheapest by date window, filtered discovery, single hotel, comparison). There is still some surface-level overlap between charter_cheapest, charter_flexible_dates, and charter_offers, though the descriptions do enough to prevent major misselection.

Naming Consistency4/5

The naming is generally consistent and readable: charter_* tools share a strong prefix, and hotel_details/compare_hotels/tours_list/tour_details follow predictable noun-based patterns. Minor deviations like booking_link (verb+noun) and prices_digest (noun+noun) do not create real confusion.

Tool Count5/5

Twelve tools is well within the ideal range for a travel-domain server, and each tool covers a distinct query pattern: discovery, cheapest pricing, flexible dates, specific hotels, comparisons, static details, tours, and booking links. The count feels justified rather than padded.

Completeness4/5

The surface covers the main user journey well: find charters, filter by budget/features, compare hotels, get hotel details, check tours, and obtain booking links. Minor gaps exist, such as no non-charter package filtering by date/budget and no standalone flight/transfer search, but agents can still complete realistic travel-planning tasks.

Resources