find_animal_by_identifier
Search for an animal by Electronic ID (EID) and create a new record if none exists. Ensures every farm animal is identifiable by its EID.
Instructions
Find or create an animal by EID (Electronic ID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | The EID to search for | |
| farm_id | No | The ID of the farm (optional if default is set) |