Skip to main content
Glama

search_products

Search WineLab's catalog for wines and spirits by keyword or article number, then narrow results with stock, country, brand, alcohol type, and volume filters.

Instructions

Поиск товаров в каталоге ВинЛаб.

query — свободный текст ("виски односолодовый", "Jack Daniel's") либо артикул. in_stock_only — только то, что есть в текущем магазине («Забрать сегодня»). country / brand / alcohol_type / volume — значения фасетов, ровно как их возвращает list_filters (напр. country="Шотландия", volume="0.7"). Сортировка и ценовой диапазон применяются на стороне клиента к выбранным страницам выдачи (pages × 21 товар), т.к. сервер их игнорирует.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNorelevance
brandNo
limitNo
pagesNo
queryYes
volumeNo
countryNo
max_priceNo
min_priceNo
alcohol_typeNo
in_stock_onlyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations available, the description carries the behavioral burden and reveals important non-obvious facts: the server ignores sort and price-range parameters, so these must be applied client-side to pages × 21 items. It also explains in_stock_only as inventory in the current store. It lacks return-format and error/rate-limit detail, but the main caveats are disclosed.

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 compact, front-loaded with the core purpose, and organized by parameter groups. Every sentence adds operational value, such as examples of acceptable query and facet values.

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?

For a complex 11-parameter tool with no annotations or output schema, the description provides most needed context: how to form queries, how to pass facets, current-store semantics, and server-side parameter behavior. The main gaps are the undocumented 'limit' parameter and the absence of any return-value description, which would be useful since no output schema is provided.

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 0%, and the description compensates by explaining query as free text or article, the source and exact format of facet values, and the ignored effect of sort and price range. However, the 'limit' parameter is not described, leaving one of eleven parameters semantically uncovered.

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 states the tool searches products in the WinLab catalog and defines query as free text or article number, so the core operation is unambiguous. It does not explicitly contrast itself with sibling tools like suggest or product_details, though the action is evident.

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

Usage Guidelines3/5

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

The description implies when to use the tool for product search and points to list_filters as the source of exact facet values. It does not explicitly state when not to use it, nor does it name alternatives such as suggest or product_details for related lookup needs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/toffguy77/winelab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server