← WebMCP Directory

cocktail.glass

cocktail.glass

live Unverified (seed import) Media & Personal 7 tools imperative implementation

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

search_cocktails

answer imperative

Search the cocktail catalogue by name (substring, case- and diacritic-insensitive, so "carre" matches "Carré"). Returns up to 25 summary results — name, page URL, family, glassware — ranked exact match first, then prefix, then suffix, then any substring. Use this when the user names a drink (even fuzzily) and you want to confirm it exists or disambiguate similar names; once you have a single name, call get_cocktail_recipe for the full recipe. For ingredient-based discovery use find_cocktails_by_ingredient instead.

Page: /

Input schema

PropertyTypeRequiredDescription
query string yes Cocktail name or part of one — a single drink name, not an ingredient or category.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Cocktail name or part of one — a single drink name, not an ingredient or category.",
      "examples": [
        "Negroni",
        "margarita",
        "carre"
      ]
    }
  },
  "required": [
    "query"
  ]
}

Similar websites

pixly.gg

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.

live Unverified Media & Personal Transact tools
22 tools A1 / Act18 / T3 Not yet scored Seen 2026-08-17
mc_list_servers mc_get_server mc_create_server mc_update_server mc_server_action
Inspect tools
quokkapix.com

quokkapix.com

Open the QuokkaPix image editor app. Resize, crop, compress, convert, remove backgrounds, watermark and run batch workflows locally in your browser.

live Unverified Media & Personal Transact tools
14 tools A1 / Act12 / T1 Not yet scored Seen 2026-08-17
quokkapix.get_contract quokkapix.get_state quokkapix.get_result_manifest quokkapix.get_payment_policy quokkapix.list_recipes
Inspect tools
mabbs.github.io

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.

live Unverified Media & Personal
10 tools A8 / Act2 / T0 Not yet scored Seen 2026-08-17
blog_list_posts blog_get_post blog_search_posts blog_grep_posts blog_read_post
Inspect tools
beckmann.ai

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.

live Unverified Media & Personal
9 tools A5 / Act4 / T0 Not yet scored Seen 2026-08-17
searchPosts askBlogQuestion requestConsultation listLatestPosts getPostContent
Inspect tools

Related on Influzer