create_ration
Create a named feed ration with per-head-per-day ingredient amounts and optional group assignments. Rations are created inactive, pending activation in the app.
Instructions
Create a feed ration the user has already decided on: a named recipe in per-head-per-day pounds, optionally assigned to groups. STRUCTURE ONLY — never formulate, balance, or validate nutritional adequacy, and never invent amounts; if asked what or how much to feed, decline and refer the user to their nutritionist. Assignments are created INACTIVE: the user activates them in the app (Rations page) before they appear on the Feed Mode Today board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ration name, e.g. "Finishing lambs — winter". | |
| unit | No | Weight unit label. Defaults to "lb". | |
| farm_id | No | The ID of the farm (optional if a default is set). | |
| assignments | No | Group assignments; created inactive pending in-app activation. | |
| ingredients | Yes | Ingredients in load order (array order = default mixer load order). |