Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. It states that intent is preserved ('without changing intent') and that it reduces confusion, which gives some transparency. However, it omits potential side effects, limitations, or edge cases (e.g., how the rewrite might affect formatting or whether output is deterministic).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.