Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the full burden. It tells the agent that diacritic characters are replaced with ASCII equivalents, but leaves ambiguity about the exact mapping (e.g., 'ø' to 'o', 'ß' to 'ss') and does not mention how non-diacritic characters are handled (presumably unchanged). No edge cases, such as Unicode combining marks, are addressed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.