Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds important behavioral details beyond those: terminal states (SUCCESS, FAILURE, REVOKED) versus non-terminal states (PENDING/STARTED), and the need to poll again. This is valuable, non-redundant context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.