Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds specificity about what is checked (available updates and channel/auto-update settings), which is useful context. However, it does not go deeper (e.g., return format, any network implications, or conditions that might slow the call), so it adds some but not rich behavioral context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.