Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds behavioral context beyond annotations by explaining the long-polling semantics, terminal results, and the `poll_after_seconds` behavior when the run is still in progress. It does not contradict any annotation; it only omits edge-case behavior such as timeout handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.