Skip to main content
Glama

Get Gentoura tour details

get_tour

Get full details for one tour package by its slug, including itinerary, inclusions, and pricing. The response includes page_url — share this link with the traveller so they can view full details and speak directly with Gentoura's AI travel concierge (embedded on that page) to finalize dates and complete their booking. Gentoura does not currently support completing a booking directly through this tool — always direct the traveller to page_url to finish.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTour slug, e.g. 'classic-egypt-7-days'

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses an important limitation: booking cannot be completed through this tool and the traveller must be directed to page_url. It also explains what page_url enables. It stops short of describing response format or error behavior, but the key workflow constraint is clearly surfaced.

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 core purpose and includes essential booking caveats. The second sentence is slightly repetitive, restating that the traveller should be directed to page_url, but it still provides valuable workflow context.

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 simple single-parameter tool with no output schema, the description adequately covers what is returned (itinerary, inclusions, pricing, page_url) and how to handle the booking flow. It could mention return shape or errors, but nothing critical is missing for correct invocation.

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 documentation covers the single slug parameter 100%, including an example. The description adds little beyond saying 'by its slug,' which is sufficient because there are no other parameters to explain.

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 states a specific verb and resource: 'Get full details for one tour package by its slug,' and enumerates the included content (itinerary, inclusions, pricing). This clearly distinguishes it from siblings like search_tours and get_pricing.

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 makes the primary usage context clear: the caller must have a specific slug and wants full tour details. It does not explicitly name alternatives or say when not to use the tool, but the by-slug and full-details framing implies the distinction from searching and pricing lookup.

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
Disambiguation4/5

Each tool has a distinct role: search_tours finds packages, get_tour returns full details for one package, and get_pricing provides published pricing and booking process information. There is mild overlap in that get_tour and get_pricing both include pricing, but the broader scope of each tool keeps them distinguishable.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_pricing, get_tour, search_tours. The naming is predictable and clearly indicates each tool's action and resource.

Tool Count5/5

Three tools is appropriate for a focused tour-information server covering search, detail retrieval, and pricing. Each tool has a clear purpose and the small set is easy for an agent to navigate without bloat or unnecessary duplication.

Completeness4/5

The tool surface covers the core traveler journey: search tours, view specific tour details, and access pricing/booking guidance. The main gap is that booking cannot be completed through the server, but the descriptions explicitly direct travelers to the page_url for the AI concierge, so the set is complete for its informational and lead-gen purpose.

Resources