Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It meaningfully discloses that the operation is non-destructive: it is 'saved as a new version, so nothing is lost.' This directly addresses the most important side effect an agent needs to know. It does not mention permissions, output, or failure modes, but the key safety trait is well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.