Skip to main content
Glama

Bar Assistant MCP Server

by zhdenny
MIT License

get_ingredient_info

Retrieve detailed information about cocktail ingredients including descriptions, usage in recipes, substitution options, and flavor profiles to support ingredient research and cocktail creation.

Instructions

Get comprehensive information about cocktail ingredients and their usage.

Use Cases:

  • Ingredient research: "what is Aperol?", "tell me about gin"

  • Substitution guidance: finding alternatives for unavailable ingredients

  • Usage exploration: see how ingredients are used across different cocktails

  • Flavor profile understanding: learn about ingredient characteristics

Response Format: Returns detailed ingredient information including:

  • Ingredient description and characteristics

  • List of cocktails using this ingredient (with complete recipes)

  • Suggested substitutions with flavor impact notes

  • Common flavor profiles and tasting notes

  • Direct links to featured cocktails

Examples:

  • {ingredient_name: "Campari"} → Campari info + Negroni, Boulevardier recipes

  • {ingredient_name: "rye whiskey"} → Usage in Manhattan, Sazerac, etc.

  • {ingredient_name: "elderflower liqueur"} → Aviation, Paper Plane recipes

Input Schema

NameRequiredDescriptionDefault
ingredient_nameYesThe name of the ingredient to get information about

Input Schema (JSON Schema)

{ "properties": { "ingredient_name": { "description": "The name of the ingredient to get information about", "type": "string" } }, "required": [ "ingredient_name" ], "type": "object" }

Other Tools from Bar Assistant MCP Server

Related Tools

    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/zhdenny/bar-assistant-mcp-server'

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