Skip to main content
Glama
bguillow-rgb

Pour Picks MCP Server

Find similar bottles

find_similar
Read-onlyIdempotent

Find whiskey and bourbon bottles with a similar flavor profile to a given bottle, ranked by shared tasting notes and body, sweetness, and char proximity.

Instructions

Bottles with a similar flavor profile to a given bottle, ranked by shared flavor notes and body/sweetness/char proximity. Deterministic scoring over the Pour Picks structured tasting data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 5)
bottle_idYesBottle UUID or name
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already convey that this is read-only, idempotent, and non-destructive, so the description is not responsible for safety disclosure. It adds valuable behavioral context beyond annotations by stating that scoring is deterministic and explaining exactly which tasting dimensions drive the ranking.

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 two sentences with zero redundancy. It defines purpose, ranking criteria, scoring type, and data source in a compact, front-loaded structure that an agent can process quickly.

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?

For a low-complexity tool with two simple parameters, read-only annotations, and no output schema, the description is sufficiently complete. It tells the agent what input is expected, how results are sorted and ranked, and what data source is involved, leaving little ambiguity for correct selection and invocation.

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 coverage is 100%, and the schema already fully documents bottle_id (UUID or name) and limit (max 15, default 5). The description adds contextual meaning around flavor profile and ranking, but it does not describe parameter-specific behavior beyond what the schema provides, so a baseline 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 tool's purpose is immediately clear: it returns bottles similar in flavor to a given bottle, ranked by shared notes and body/sweetness/char proximity. The title 'Find similar bottles' supplies the explicit verb, and the description's criteria distinguish it from siblings like find_cheaper_alternative or compare_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 usage condition clear: you need one bottle_id and want a flavor-similar ranked list. It does not explicitly name alternatives or say when not to use it, but the concrete scoring criteria ('shared flavor notes', 'proximity') provide enough context for an agent to select it over generic or price-based sibling tools.

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

Other Tools

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/bguillow-rgb/pour-picks-mcp'

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