Skip to main content
Glama

Tuki — Travel Marketplace (Chile y Latinoamérica)

Buscar eventos / entradas (ticketera)

search_events
Read-onlyIdempotent

Search Tuki events and ticketed experiences (concerts, festivals, parties, conferences, sports, theater, workshops, raffles) by free text or type. Tuki is also a boutique ticketing platform. Returns title, type, start date, "from" price (cheapest public tier, CLP), location and canonical Tuki URL where the user buys tickets. Upcoming events only unless include_past=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoEvent type: concert, festival, party, conference, sports, theater, workshop, rifa, other.
queryNoFree text (e.g. "fiesta", "concierto", name of the event).
offsetNoPagination offset. Use next_offset from a previous response.
max_resultsNo
include_pastNoInclude past events (default false).
response_formatNoconcise = high-signal fields + canonical URL (token-cheap, default). detailed = full record.concise

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countYes
totalYes
offsetYes
resultsYes
has_moreYes
next_offsetNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, open-world, idempotent, and non-destructive. The description adds meaningful context by stating the return fields (including CLP price, canonical purchase URL) and the default upcoming-only scoping. This enriches the annotation's safety profile with practical behavioral details, without contradiction.

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?

Three sentences heavily front-loaded with the core purpose. Each sentence adds value: purpose, platform context, return fields, and scope. The phrase 'Tuki is also a boutique ticketing platform' is slightly extra but useful for domain grounding. No redundancy with schema.

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 search tool with six parameters, rich annotations, and an output schema, the description covers purpose, scope, platform, and return values. It explains the default upcoming-only behavior and the key output fields. The existence of an output schema means return structure need not be detailed here, making this fully complete.

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 83%, so the schema does the heavy lifting. The description adds minimal parameter context (e.g., 'free text' hints at query, and it repeats include_past behavior). It does not compensate for the small uncovered portion, but the baseline of 3 is appropriate.

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 ('Search') with a resource ('Tuki events and ticketed experiences') and enumerates concrete categories (concerts, festivals, parties, etc.). It clearly differentiates from siblings like search_experiences by specifying the Tuki ticketing platform and the exact output fields (title, type, start date, 'from' price, location, URL).

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 clearly establishes the tool's purpose and scope (searching Tuki events by text or type, upcoming only unless include_past). It does not explicitly name alternative tools or state when not to use it, but the context is unambiguous enough for an agent to select it appropriately.

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