Build custom recipes for a pet
generate_recipeSubmit a pet profile and selected food IDs to generate balanced recipe options, reporting any ingredients that could not be included.
Instructions
Fill the pet profile, pick ingredient food_ids, submit, and wait for Balance IT to build N balanced recipe options. Browser-driven; typically 60-90s. Food_ids come from search_foods or list_catalogue. The response includes submitted_food_ids (ground-truth from the form) and missing_from_options (a soft signal that a requested ingredient did not appear in the built recipes; empty in the happy path). Any food_id that could not be added throws a clear error rather than silently dropping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| gender | Yes | ||
| weight | Yes | ||
| species | Yes | ||
| age_unit | Yes | ||
| food_ids | Yes | ||
| pet_name | Yes | ||
| num_options | No | ||
| weight_unit | Yes | ||
| one_pot_cooking | No |