Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and does disclose the core behavioral trait: both the goal and the path are mutated, and the direction is reversed. It is silent on reversibility (does a second call restore the original goal?), persistence, and any permissions, which are real gaps for a state-mutating tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.