Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the description's added value is the auth requirement (pwk_live_ key with a URL for obtaining it) and the failure precondition. It doesn't describe reversibility or rate limits, but the destructive/idempotent profile is covered by annotations, so this is solid.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.