cocktail.glass
Cocktail recipe catalogue — find drinks by ingredient, movie/TV scene, or family; check what you can make with what's on your shelf; pull a full recipe or a random pick.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 6 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
get_cocktail_recipe
Get the full recipe for one cocktail by name: ingredients with measures and units, preparation steps, garnish, glassware, family, page URL, and any film or TV appearances. Matching is case- and diacritic-insensitive: it tries an exact name match first, then falls back to the first substring match. Returns one cocktail object, or an { error } if nothing matches. Use this when you have a specific drink name; if the name is ambiguous or you want a list, call search_cocktails first.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | The cocktail name. Exact is best; partial names work but resolve to the first substring match, so prefer search_cocktails when the name is uncertain. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "The cocktail name. Exact is best; partial names work but resolve to the first substring match, so prefer search_cocktails when the name is uncertain.",
"examples": [
"Negroni",
"Margarita"
]
}
},
"required": [
"name"
]
}
Similar websites
pixly.gg
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card.
quokkapix.com
Open the QuokkaPix image editor app. Resize, crop, compress, convert, remove backgrounds, watermark and run batch workflows locally in your browser.
mabbs.github.io
Mayx's personal blog — Chinese-language posts on self-hosting, LLM deployment, browser tech and other side projects, published with Jekyll on GitHub Pages.
beckmann.ai
German-language AI trade magazine by Brian Beckmann: daily curated AI news, analyses, how-to guides, and tool comparisons for putting AI to work.