Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds context by specifying that the run is 'finalized as failed with a custom message', which is not captured in annotations. It also implicitly indicates that cancellation changes the run's terminal state, adding value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.