Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It discloses the error condition for non-cancelable states, which is useful, but it does not mention side effects (e.g., resource cleanup) or confirm that canceling is irreversible. It is not contradictory, but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.