I have a hazmat app that looks up those warning numbers on trucks and trains. I would like to implement hands-free access in a car:
"hey siri tell MyHazmat 1 2 2 3"
"1223 is kerosine."
The closest fit seems to be list management (I will be logging these requests on the iOS device),
but that doesn't seem quite right. Does Apple really want to forbid simple I/O?