Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, non-destructive, closed-world behavior. The description adds significant behavioral context: the polling interval, status values to wait for, and the directive to follow retry_after_seconds and next_action. This goes well beyond the annotation-provided info and helps the agent understand expected interaction patterns.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.