list_animals
Retrieve farm animal profiles by inventory status, with pagination support for large herds. Filter to current, sold, deceased, or unknown animals to manage records or view historical data by farm ID.
Instructions
List current animals on the farm, optionally paginated. Select an inventory status or ALL to discover historical profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Records to skip (pagination). | |
| take | No | Max records to return. | |
| farm_id | No | The ID of the farm (optional if a default is set). | |
| inventory_status | No | Defaults to CURRENT; ALL includes every nondeleted profile. |