Search Cocktail Recipes
recipes.cocktail.searchSearch over 10,000 cocktail recipes by cocktail name or filter by ingredient. Returns name, category, glass type, instructions, ingredients with measures, and image.
Instructions
Search 10,000+ cocktail recipes by name or filter by ingredient. Returns name, category, glass type, instructions, ingredients with measures, image. Search "margarita" or filter by "Vodka" (TheCocktailDB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Cocktail name to search (e.g. "margarita", "mojito", "old fashioned") | |
| ingredient | No | Filter by ingredient (e.g. "Vodka", "Rum", "Gin"). Returns cocktails containing this ingredient. Use name OR ingredient, not both. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |