bar_describe_slots
List a cocktail's ingredient slots with sort indexes and current ingredients to identify the right slot_sort before setting flavor constraints or fetching alternatives.
Instructions
List a cocktail's ingredient slots with their sort index and current ingredient.
Each line shows the sort index (the canonical slot identifier), the
ingredient currently in the slot, and whether the slot has flavor
constraints declared in the flavor DB. Use this to find the right
slot_sort before calling bar_alternatives_for_slot or constraint setters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cocktail_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |