Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the operation as not read-only, idempotent, and non-destructive. The description adds the requirement for an Authorization: Bearer header, which is useful behavioral context beyond what annotations provide. However, it does not disclose what the challenge creation entails or what side effects it has.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.