Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and readOnlyHint=false, which signal this is a mutation that destroys data. The description aligns with these traits by saying 'stop and remove,' but it adds no extra behavioral context such as irreversibility, required permissions, or consequences beyond what annotations already convey. With annotations covering the primary behavioral flags, the description provides minimal additional value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.