Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the description does not need to restate the destructive nature. The description adds the purpose ('resetting state') and the scope ('all messages in a specific channel'), which provides some context beyond the annotations. However, it does not disclose any additional behavioral nuances (e.g., permanence, side effects on channel metadata) that are not already covered by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.