Skip to main content
Glama

Yenta Directory

Destination guides by name

destination_guide
Read-onlyIdempotent

Read a named destination's editorial guides such as weather, getting here and safety.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoText to match in guide title/body.
topicNoGuide topic; omit for all.
destinationYesDestination name or slug; call search_destinations to discover one.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNo
itemsNo
reasonNo
sourceNoFR-13: which approved revision an answer was read from, and how fresh. ``source`` is ``approved-content-revision:<id>`` for every read that answers from one venue, and the literal ``directory`` for the two cross-venue reads, which have no single revision to cite.
statusYes
paginationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description's 'Read' is fully consistent with those. The description adds the editorial-guide scope but no further behavioral traits such as response handling, filtering semantics, or prerequisites. It contradicts nothing, so a mid score is appropriate.

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 a single front-loaded sentence with no filler: verb, resource, and illustrative topics. Every word earns its place, and the message is immediately parseable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with an output schema and fully documented parameters, the core purpose is adequately covered. However, the description leaves usage context thin: it does not mention optional query/topic filters, nor does it help an agent distinguish this from sibling destination_faq or destination_overview tools. Much of the missing context is recoverable from the schema, but the description alone is not fully self-sufficient.

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 100%, with all three parameters already documented, including the topic enum and the note to call search_destinations. The description's examples ('weather, getting here and safety') merely echo the schema's topic enum and add no meaning beyond it. Baseling 3 is correct when schema already carries the parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Read') and resource ('a named destination's editorial guides'), with concrete examples such as weather, getting here, and safety. It is not a tautology and is distinct from a generic 'get destination' tool, but it does not explicitly differentiate itself from sibling content tools like destination_faq or destination_overview.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use or when-not-to-use guidance, and no mention of sibling alternatives. The agent must infer from 'editorial guides' that this is the right tool for curated content. The only related pointer, calling search_destinations, appears in the schema rather than the description and concerns finding a destination, not choosing this tool over alternatives.

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