Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds significant behavioral context beyond these: it explains the long-polling mechanism ('long-polls for up to 30 seconds by default'), the matching strategy ('uses reply threading, not a sender or subject guess'), and the expected return behavior ('returns with no reply'). No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.