bar_list_cocktails
List and filter cocktails by name, favorites, tag, ingredient, method, glass, collection, ABV, or missing images; sort and page through results for browsing or auditing.
Instructions
List and filter cocktails. Use to browse or audit the collection.
Filters:
name: substring match on the cocktail name.
favorites_only: only favorited cocktails.
tag_id / ingredient_id / method_id / glass_id / collection_id: restrict by tag, an ingredient used, prep method, glass, or collection (IDs from the matching list_* tools).
parent_cocktail_id: only variants/riffs of a given cocktail.
abv_min / abv_max: ABV bounds.
missing_image_only: only cocktails with no image attached (audit helper).
sort: "name" (default), "-name", "abv", "-abv", "average_rating", "total_ingredients", "created_at", "random".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| sort | No | ||
| limit | No | ||
| tag_id | No | ||
| abv_max | No | ||
| abv_min | No | ||
| glass_id | No | ||
| method_id | No | ||
| collection_id | No | ||
| ingredient_id | No | ||
| favorites_only | No | ||
| missing_image_only | No | ||
| parent_cocktail_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |