bar_create_ingredient
Create a new ingredient record, optionally under a parent, to add specific brands or base items for recipes; set strength, origin, description, and images.
Instructions
Create a new ingredient. Use parent_ingredient_id to place it in the hierarchy (e.g., under 'Gin' or 'Bourbon').
Only create a NEW specific bottle when a recipe genuinely needs that brand (see the server instructions' "Generic vs. specific" rule); for ordinary base-spirit slots, reuse the existing generic category instead of adding a brand.
Fill a new specific bottle in COMPLETELY — don't leave historical gaps:
set
strength(ABV; look it up),description, andorigin;upload and attach an
image(bar_upload_image / bar_upload_image_file);if its category supports flavor axes (gin, rye, bourbon, scotch, american_single_malt, aquavit, amaro, herbal_liqueur, rum, vermouth, fruit_liqueur), score a flavor profile with bar_set_flavor_profile right after creating it. Run bar_audit_ingredients to find existing bottles still missing any of these.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| images | No | ||
| origin | No | ||
| strength | No | ||
| description | No | ||
| parent_ingredient_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |