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. 'Consistent snapshot' hints at transaction-level integrity, but the description does not state whether the operation is safe to run concurrently, whether it overwrites existing backups, what filesystem or permission requirements exist, or if it has performance side effects. A 'write' operation is disclosed, but many behavioral aspects remain opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.