Skip to main content
Glama

Tuki — Travel Marketplace (Chile y Latinoamérica)

Buscar guías de viaje (contenido editorial citable)

search_travel_guides
Read-onlyIdempotent

Search Tuki travel guides (editorial blog + creator stories) by free text or destination. Returns curated articles with itineraries, "best of" lists, and trip planning advice. Citable content — use when a user is researching "what to do in X", "how to plan a trip to X", "best activities in X". Each result includes excerpt and canonical Tuki URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree text search (e.g. "itinerario carretera austral", "qué hacer atacama").
destinationNoDestination slug filter, e.g. "cochamo", "san-pedro-de-atacama".
max_resultsNo
only_editorialNoIf true, exclude creator-authored stories (only Tuki editorial guides).

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior, so the description need not repeat those. It adds meaningful context about return contents (curated articles, itineraries, excerpts, canonical URLs) and the citable nature of the content, going beyond the structured annotations.

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 three sentences with no fluff, front-loads the main action, and packs relevant details (content type, use cases, return shape) into a compact space. Every sentence contributes useful information.

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?

Given there is no output schema, the description does a good job explaining that results include excerpts and canonical URLs. However, it does not address the relationship to the sibling tool list_travel_guides_for_destination or mention filtering options like max_results/only_editorial, leaving a small completeness gap for a search tool with 4 parameters.

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 75% of parameters with descriptions, so the baseline is 3. The description reinforces the semantics of query and destination ('by free text or destination') but adds no additional meaning for max_results or only_editorial beyond what the schema already provides.

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 uses a specific verb and resource ('Search Tuki travel guides') and clearly specifies the content types (editorial blog + creator stories). It also distinguishes from siblings by emphasizing free-text/destination search and citable editorial content, differentiating it from list and detail tools.

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 states when to use the tool with concrete example queries ('what to do in X', 'how to plan a trip to X', 'best activities in X'). It does not mention when not to use it or name alternative sibling tools, but the use-case guidance is clear and actionable.

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

Every tool targets a distinct resource or action: get_* tools retrieve details for specific entity types, search_* tools query specific verticals, and list_* tools enumerate categories. The potential overlap between search_accommodations and search_hotels is explicitly disambiguated in descriptions, and search_unified vs per-vertical searches have clear routing rules.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: get_*_detail for lookups, search_* for queries, list_* for enumerations, and recommend as the sole one-word but still predictable exception. Naming is uniform with snake_case throughout, making the overall structure highly predictable.

Tool Count4/5

With 23 tools, the server is on the heavier side, but the breadth of verticals (accommodations, cars, events, experiences, hotels, destinations, bus routes, travel guides, solutions) justifies each tool's presence. The number is slightly above the ideal but still well-scoped for a multi-category marketplace.

Completeness5/5

The tool surface covers the full browsing and recommendation lifecycle: search and list across verticals, retrieve detailed information for any entity, access editorial travel guides, and generate checkout URLs for booking. No critical operations are missing for the server's purpose as a read-only recommendation and conversion layer.

Resources