Skip to main content
Glama

Flaut.Travel

Render Destinations

render_destinations
Read-only

Render one final Flaut.Travel destination widget after all discover_destinations calls are complete. Call this tool exactly once and pass the complete structuredContent results unchanged, in the order they should be combined. Results must use the same locale; filters, pages, and limits may differ. The tool preserves first-seen search order, deduplicates cities, limits the final presentation to 20 destinations, and renders a clear empty state when every result is empty. The attached Flaut.Travel component is the complete authoritative presentation; do not recreate it as a separate carousel, card grid, list, or table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesComplete structuredContent results returned by discover_destinations. Pass them unchanged, in search order, after all relevant searches are complete.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeYes
paginationYes
destinationsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already establish readOnly/safe behavior, but the description adds substantial behavior beyond them: deduplication of cities, first-seen order preservation, the 20-destination cap, empty-state rendering, the same-locale constraint, and the warning not to recreate the component as a carousel/grid/list/table.

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?

Purpose, invocation constraint, and the sibling routing are front-loaded, with the dedup/cap/empty-state and rendering rules following. Dense but every sentence carries operational information; only minor trimming is possible.

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?

An output schema exists, so return values needn't be explained, and the description covers the ordering, dedup, cap, empty-state, locale, and single-render constraints an agent needs to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the single param is fully documented in the schema, so the baseline is 3. The description adds meaningful semantics beyond it: results must be passed unchanged, kept in combined order, and share the same locale even when filters/pages/limits differ.

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?

States a specific verb (Render) and resource (destination widget) and explicitly distinguishes itself from the sibling discover_destinations by positioning itself as the final step after those calls complete. An agent can tell the two apart without opening either schema.

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?

Explicitly names the prerequisite sibling ('after all discover_destinations calls are complete'), the invocation count ('call this tool exactly once'), and the ordering of results. This is unambiguous when/when-not guidance.

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.

Resources