Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate destructiveHint=true, idempotentHint=true, and readOnlyHint=false, covering key behavioral traits. The description adds value by specifying 'permanently' (emphasizing irreversibility) and 'revoke' (implying access termination), which provides useful context beyond annotations, though it doesn't detail rate limits or auth requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.