Skip to main content
Glama

Yenta Directory

Search a destination's listings by name

destination_listings
Read-onlyIdempotent

Search a named destination's listings by text, category, area and tags (slugs from destination_facets); optionally near another listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoArea slug from destination_facets.
tagsNoTag slugs; only listings carrying ALL are returned.
limitNoMaximum number of items to return.
queryNoText to match listing names/descriptions.
cursorNoNumber of items to skip; pass `next_cursor` from the previous page.
categoryNoCategory slug from destination_facets.
languageNoLanguage code (e.g. 'en', 'es'); defaults to the destination's.
radius_kmNoSearch radius in km around near_listing_id.
destinationYesDestination name or slug; call search_destinations to discover one.
near_listing_idNoA listing id; returns listings within radius_km, nearest first.

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.4/5.0
Behavior3/5

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

Annotations already declare the operation as readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds a bit of behavioral context by noting the optional proximity search, but it does not disclose behaviors like cursor pagination, tag-ALL semantics, or nearest-first ordering—though some of those appear in the parameter descriptions.

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 efficient sentence that fronts the primary action and resource, then enumerates the filter dimensions compactly. No filler or redundant elaboration.

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 the existing output schema, full parameter documentation, and strong annotations, the description covers the core search intent well. The main completeness gap is the lack of explicit relationship to sibling tools, but the short description plus schema make the tool callable for a well-scoped destination search.

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%, so the schema already explains all parameters. The description adds a helpful high-level summary of the main filters, but it does not provide additional semantic detail beyond what the input schema already specifies.

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 clearly identifies the action ('Search') and resource ('a named destination's listings'), and lists the key filter dimensions: text, category, area, and tags. It could be more explicit about how it differs from sibling tools like destination_listing or search, but the core purpose is unambiguous.

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?

The description gives no guidance on when to use this tool versus alternatives such as destination_listing, search, or destination_facets. It notes that facet slugs come from destination_facets and that destinations come from search_destinations (in the schema), but it does not provide when-to-use or when-not-to-use context.

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