Skip to main content
Glama

search_bottles

Read-onlyIdempotent

Full-text search across 4,700+ bourbons, ryes, scotches, and other spirits in the Pour Picks database. Filter by category, price (USD), and proof. Returns structured tasting profiles with source attribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10)
queryNoFree-text search: distillery, bottle name, or expression
categoryNoSpirit category filter
price_maxNoMaximum price in USD
price_minNoMinimum price in USD
proof_maxNoMaximum proof
proof_minNoMinimum proof

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate safety. It adds useful behavioral context by stating the return format: structured tasting profiles with source attribution. It does not cover pagination or empty-query behavior, but that is minor given the annotation coverage.

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?

Two sentences with no fluff: the first fronts the core purpose and scope, the second covers filters and return contract. Every clause earns its place.

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 read-only search tool with all optional parameters and no output schema, the description gives the essential invocation context and return description. It does not mention sort order or behavior with no query, but schema and annotations fill the remaining practical 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?

Schema description coverage is 100%, so each parameter is already documented in the schema. The description only summarizes filters as category, price (USD), and proof, which adds little beyond the schema's own parameter descriptions. Baseline 3 applies.

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 states a specific verb and resource: full-text search across 4,700+ spirits in the Pour Picks database. It also names the product scope (bourbons, ryes, scotches, other spirits) and return type, clearly distinguishing it from siblings that compare, recommend, or fetch single bottles.

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 makes the intended usage clear: search the database by free text and filter by category, price, and proof. It does not explicitly name alternatives or when not to use this tool, but the search context is unambiguous enough for an agent to select it appropriately.

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

A3.9/5.0
Disambiguation4/5

Most tools have distinct purposes: search, get details, compare, find similar, find cheaper, recommend, suggest for tonight, and trending. However, 'find_similar' and 'find_cheaper_alternative' overlap somewhat in that both return similar bottles, though one explicitly filters by price. 'pour_tonight_suggestion' and 'get_recommendations' also both provide recommendations, but differ in input (mood/occasion vs. taste/budget).

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern: compare_bottles, find_cheaper_alternative, find_similar, get_bottle, get_recommendations, pour_tonight_suggestion, search_bottles, trending_bottles. The only minor deviation is 'pour_tonight_suggestion' which is a bit more descriptive than the others, but it still fits the pattern.

Tool Count5/5

8 tools is well within the ideal 3-15 range. Each tool covers a distinct user need: searching, retrieving details, comparing, finding alternatives, getting recommendations, and seeing trends. No tool feels redundant or unnecessary.

Completeness4/5

The tool surface covers the core discovery and recommendation workflows well: search, get details, compare, find similar/cheaper, get personalized recommendations, and see trends. Minor gaps include no explicit tool for filtering by age or rating, and no way to get a list of all bottles in a category, but these are workable via search_bottles.