Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide key behavioral information: readOnlyHint=false (mutation), destructiveHint=false (non-destructive). The description adds that this adds notes/comments/context, which aligns with annotations. However, it doesn't disclose additional behavioral traits like whether annotations are editable, if there are rate limits, or authentication requirements beyond what annotations cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.