Skip to main content
Glama

find_drink

Find venues whose VERIFIED menu lists a specific non-alcoholic drink — e.g. a real NA negroni, non-alcoholic IPA, zero-proof espresso martini, NA spritz or kava serve — optionally in one city. Every result comes from the venue's own published menu (read verbatim and dated), never from reviews or guesses, so a listed venue genuinely pours that drink. Returns the matching menu items (name, description, price where printed, on-draft flag), the menu's last-confirmed date, and the canonical nabarfinder.com URLs for citing. Drinks currently on menus (24 kinds across 629 venue-pours): na-ipa (123), na-spritz (82), na-lager (81), na-sparkling-wine (68), na-negroni (59), na-white-wine (27), kava-serve (24), na-mocktail-sour (21), na-mojito (20), na-margarita (19), na-espresso-martini (18), na-red-wine (16), na-old-fashioned (10), na-paloma (10), na-stout (10), na-gin-and-tonic (7), na-margarita-spicy (7), functional-adaptogen-cocktail (6), na-aperol-spritz (5), na-moscow-mule (4), na-negroni-sbagliato (4), na-sour (4), na-highball (2), na-wheat-beer (2). Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoLimit to one covered city — slug ('austin-tx'), name ('Austin') or 'Austin, TX'. Omit for every city.
drinkYesThe drink, as a slug ('na-negroni') or plain words ('non-alcoholic negroni', 'NA IPA', 'virgin mojito'). Unknown drinks return the catalog of known slugs.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that the tool is read-only, that results come only from venue-published menus verified verbatim and dated, and that reviews and guesses are excluded. It stops short of describing edge-case behavior like empty results, but the disclosed provenance and read-only trait are strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and structured into clear sections covering source, returns, and current drink catalog. The long list of drinks and counts is somewhat excessive, but it is dense and useful for choosing valid drink slugs. It is longer than ideal but not padded.

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?

There is no output schema, so the description correctly takes responsibility for explaining return values: matching menu items, last-confirmed date, and canonical nabarfinder.com URLs. It also covers data provenance, optional city scoping, and read-only behavior. Nothing essential for invoking the tool correctly is missing.

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 100%, giving a baseline of 3. The description adds value beyond the schema by giving concrete drink examples in multiple formats ('NA IPA', 'virgin mojito', 'non-alcoholic negroni') and by restating the optional city behavior. This helps an agent map natural user phrasing to valid parameter values.

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 opens with a specific verb and resource: "Find venues whose VERIFIED menu lists a specific non-alcoholic drink." This clearly distinguishes it from siblings like get_menu, get_venue, and search_venues by emphasizing both the drink-specific query and the verified-menu source. The optional city filter is also explicit.

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 provides clear context for when to use the tool: whenever you need venues confirmed to pour a specific non-alcoholic drink from their own published menu. It does not explicitly name alternative tools or state when not to use it, so it falls just short of full usage guidance.

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.6/5.0
Disambiguation5/5

Each tool targets a distinct query type: find_drink searches by drink, search_venues searches by venue attributes, get_venue fetches venue details, get_menu fetches a venue's menu, and list_cities enumerates supported cities. The overlap between find_drink and search_venues is resolved by their clear, different filtering purposes.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: find_drink, get_menu, get_venue, list_cities, search_venues. The verbs are consistent in style and each noun clearly indicates the resource being acted on.

Tool Count5/5

Five tools is an appropriately scoped surface for a read-only venue and drink directory. Each tool covers a distinct need without redundancy, and the count is neither thin nor excessive.

Completeness5/5

The read-only domain is well covered: list cities, search venues, fetch full venue details, fetch a venue's menu, and find venues by specific drink. There are no obvious dead ends for the stated directory purpose.

Resources