Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false and destructiveHint=false, so the agent knows this is a non-destructive write operation. The description adds minimal behavioral context: it implies creating a copy without modifying the source. It does not disclose side effects such as whether the copy is shallow/deep, whether permissions are copied, or if there are limits on naming. Given annotations cover the safety profile, a 3 is appropriate—the description adds some value but lacks rich behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.