Obtains a list of available tool
objects from the HaciendaOps instance.
Method: GET
URL: /tool
N/A
Content-Type: application/json
N/A
[
{
"id": "1",
"name": "Machete",
"usage": "Clearing light brush manually",
"safety_notes": "Always sheath after use",
"training_required": false,
"kaizen_notes": "Preferred over sickle for zone clearing by Rosa"
},
{
"id": "2",
"name": "RFID Ear Tag Scanner",
"usage": "Identify and track goats in fenced areas",
"safety_notes": "Keep away from water; charge weekly",
"training_required": true,
"kaizen_notes": "Alex suggested waterproof case for rainy season"
}
]