Post-tool normalization
Why it matters
Normalizing at the boundary removes an error class instead of asking the model to reinterpret formats on every call.
Example
An epoch timestamp represents time as a number counted from January 1, 1970 UTC. Convert epoch timestamps and ISO dates into one standard date format before appending results.