Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate non-destructive mutation (readOnlyHint=false, destructiveHint=false). The description adds value by specifying that archiving hides the call rather than deleting it, which is a meaningful behavioral trait not fully captured by the boolean annotations. It also implicitly suggests reversibility via the existence of unarchive_call.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.