Skip to main content
Glama

Cellarion Wine Registry

Drink window for a wine

drink_window_for
Read-only

Sommelier-curated drink windows for a registry wine: per vintage, when it is young, at peak, and in late maturity, with where the vintage stands right now. Call for "when should I drink ", aging questions, or buy-now-drink-later advice. Only sommelier-REVIEWED vintages are returned — an empty result means no curated window exists yet (reason from grape/region/structure yourself, and say it is an estimate).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vintageNoOne vintage year; omit for all curated vintages of the wine
wine_idYesRegistry wine id (from search_registry)

TDQS

A4.3/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations (readOnlyHint, openWorldHint) by explaining the drink window stages and the meaning of empty results (no curated window exists yet). It provides guidance to reason from grape/region/structure, which is helpful for agent decision-making. No contradictions with 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 a single, well-organized paragraph that front-loads the main purpose, immediately followed by usage scenarios and edge-case behavior. Every sentence is informative and necessary, with no filler.

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?

Despite the absence of an output schema, the description adequately describes the output format (young, peak, late maturity, current status) and handles the empty-result case. Given the low complexity and strong annotations, the description is complete and leaves no critical gaps.

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 already has 100% description coverage, with clear explanations for both wine_id and vintage (including that omitting vintage returns all curated vintages). The description reinforces this but does not add new semantic meaning beyond the schema, so baseline score 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 clearly states the tool provides sommelier-curated drink windows for registry wines, detailing per vintage stages (young, peak, late maturity) and current status. It includes example queries like 'when should I drink <wine> <vintage>', making the purpose specific and distinguishable from sibling tools such as find_similar_wines or get_wine.

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: for 'when should I drink' questions, aging queries, or buy-now-drink-later advice. It also clarifies that only sommelier-reviewed vintages are returned and advises how to handle empty results. While it doesn't explicitly say when not to use it, the context and sibling tool list provide sufficient differentiation.

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

Each tool addresses a distinct concern: registry search, wine detail, vintage-specific drink windows, similarity recommendations, guide listing, guide reading, and server metadata. No two tools serve the same purpose, and the descriptions clearly indicate when to use each.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (list_guides, read_guide, search_registry, get_wine, get_source_info, find_similar_wines). 'drink_window_for' is an outlier, using a noun phrase instead of an imperative verb, which introduces a minor inconsistency.

Tool Count5/5

With seven tools, the server is well-scoped and avoids bloat. Each tool provides a distinct capability, and the count is appropriate for a wine registry server covering search, details, drink windows, similar wines, guides, and metadata.

Completeness4/5

The core registry workflow is well covered: search_registry for identification, get_wine for details, drink_window_for for aging advice, and find_similar_wines for recommendations. However, multiple descriptions reference search_bottles for user-owned bottles, yet that tool is not provided, leaving a notable gap for user-specific queries.