Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey mutation and non-idempotence (readOnlyHint=false, destructiveHint=true, idempotentHint=false), and the description adds an operational auth prerequisite: the target must be a writable authorized SAF root. It does not describe edge cases like existing directories, but the annotation set lowers the bar.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.