Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the call as destructive and non-idempotent. The description adds useful behavioral context by saying it latches a session kill switch and releases held input, indicating a persistent, state-changing effect. It does not contradict annotations, though it could be more explicit about irreversibility or effects on the active session.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.