Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context by disclosing the polling loop and terminal states (succeeded or failed), which is not visible from annotations alone. It does not mention timeout or rate-limit behavior, but those are less critical for a read-only poll.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.