Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already flag destructiveHint=true, readOnlyHint=false, idempotentHint=true, and the description adds the Authorization: Bearer header requirement, which is useful context not in the annotations. However, it does not describe the state-changing effect or implications beyond what annotations imply, so it adds minimal value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.