Random Cocktail Recipe
recipes.cocktail.randomGet a random cocktail recipe with name, category, glass, instructions, ingredients, measures, and image. Use for discovery and personalized drink recommendations.
Instructions
Get a random cocktail recipe with full details — name, category, glass, instructions, ingredients, measures, image. Great for discovery and recommendations (TheCocktailDB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Always returns 1 random cocktail with full recipe |
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. |