Skip to main content
Glama

search_packages

Read-onlyIdempotent

Search hand-curated trip packages bundling event tickets + hotel + experiences with savings vs DIY booking. Packages live on dedicated /packages/ pages and include preview hotel, ticket category, and (sometimes) experience list. Filter by category (concerts, f1, world_cup, tennis, nfl, etc.), city, country, date range, or package type (single_event for one-day events; multi_event_city for multi-day city trips with multiple events). Use this when the user wants a complete trip recommendation. For raw event inventory only, use search_events. Prices include all package components.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoFilter by destination city (e.g. 'London', 'New York').
limitNo
countryNoFilter by destination country name (e.g. 'England', 'USA', 'Spain'). Note: packages use country name, not ISO code.
date_toNo
categoryNoPackage category. Common values: concerts (1000+ packages), f1 (Formula 1 race weekends), world_cup (FIFA World Cup 2026), tennis (Grand Slams), nfl, mlb, nba, nhl, epl/la_liga/serie_a/bundesliga (soccer leagues), city_multi (multi-event city trips), festivals.
currencyNo
date_fromNo
package_typeNosingle_event (one event) or multi_event_city (multiple events in one city trip).

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is established. The description adds useful behavioral details beyond annotations: packages live on dedicated /packages/ pages, include preview hotel, ticket category, and sometimes experience list, and 'Prices include all package components.' These specifics clarify what results will contain and how pricing works.

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 concise and well-structured: it opens with a clear one-sentence purpose, then gives a compact list of filtering dimensions, and ends with a direct usage guideline. Every sentence contributes unique information without redundancy.

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 search tool with no output schema, the description explains what packages include (preview hotel, ticket category, sometimes experience list) and that prices include all components, giving the agent a solid picture of the return content. It does not mention pagination or default limit behavior, but the schema's limit parameter defines constraints, so the omission is minor.

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 50%, and the description meaningfully supplements the category and package_type enums by listing common values and their meanings (e.g., 'f1 (Formula 1 race weekends)', 'city_multi (multi-event city trips)'). However, parameters like limit, currency, and date range are not fully described in the tool description, leaving gaps that the schema descriptions don't fully fill for those missing ones.

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: 'Search hand-curated trip packages bundling event tickets + hotel + experiences with savings vs DIY booking.' It identifies the resource (trip packages) and the specific action (search), and explicitly differentiates from sibling search_events by directing users to 'use search_events' for raw event inventory.

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?

Usage guidance is direct and actionable: 'Use this when the user wants a complete trip recommendation' and 'For raw event inventory only, use search_events.' This explicitly contrasts the tool with its primary alternative, providing clear when-to-use and when-not-to-use instructions.

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.3/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: events, packages, experiences, hotels, and link building for events vs packages. The descriptions explicitly cross-reference to prevent confusion, such as 'Use build_package_link instead' and 'use search_packages instead'.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: build_event_link, build_package_link, get_event_details, search_events, search_experiences, search_hotels_near_event, search_packages. The verbs (build, get, search) are used predictably.

Tool Count5/5

Seven tools is well within the ideal 3-15 range for a domain. Each tool serves a distinct purpose in the event/package discovery and link-generation workflow, with no redundancy or unnecessary additions.

Completeness4/5

The tool set covers the core workflows: searching events, getting event details, searching hotels and experiences, searching packages, and generating links for both events and packages. A minor gap is the lack of a get_package_details tool to retrieve package details programmatically, but agents can work around it by sending users to the package page.

Resources