create_food
Add a new ingredient to the recipe system by specifying its name and optional details like plural name, description, or label.
Instructions
Create a food (ingredient).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| plural_name | No | ||
| description | No | ||
| label_id | No |